html body 
{
	margin: 0;
	padding: 0;
	background: white;
	color: black;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}

a
{
	text-decoration: none;
	color: blue;
	border-bottom: 1px dashed blue;
}

a:hover
{
	text-decoration: none;
	color: red;
	border-bottom: 1px solid red;
}

h2
{
	margin: 0;
	padding: 0;
	font-size: 18px;
	padding-left: 4px;
	margin-top: 9px;
	font-variant: small-caps;
	font-weight: bold;
	background: rgb(153, 255, 255);
	background-image: url('tsh2.jpg');
	background-repeat: repeat-y;
	background-position: top right;
	color: rgb(40, 140, 140);
}

h3
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	margin-left: 4px;
	margin-top: 7px;
	font-variant: small-caps;
	font-weight: bold;
	background: rgb(224, 255, 255);
	background-image: url('tsh3.jpg');
	background-repeat: repeat-y;
	background-position: top right;
	color: rgb(40, 140, 140);
}

p
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin-top: 6px;
	margin-left: 8px;
	margin-right: 8px;
	text-align: justify;
}

p.code
{
  font: 10px courier;
  border: 1px solid black;
  background: rgb(224, 255, 255);
  padding: 4px;
  white-space: pre;
}

div.tsnet_body
{
  min-width: 650px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

div.tsnet_top
{
	background: url('tstop.jpg');
	height: 64px;
	overflow: hidden;
}

div.tsnet_top a
{
	text-decoration: none;
	position: absolute;
	top: 4px;
	right: 0px;
	border: 0;
}

div.tsnet_top h1
{
	margin: 8px;
	padding: 0;
	color: rgb(10,155,155);
	font-size: 24px;
	position: absolute;
	left: 8px;
	top: 8px;
}

div.tsnet_top img
{
	margin: 0;
	padding: 0;
	border: 0;
}


div.tsnet_menu
{
	height: 22px;
	background: rgb(204, 255, 255);
	margin-bottom: 8px;
	overflow: hidden;
}

div.tsnet_menu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div.tsnet_menu li
{
	float: left;
	height: 20px;
	width: 150px;
	border-top: 1px solid rgb(234, 255, 255);
	border-left: 1px solid rgb(234, 255, 255);
	border-right: 1px solid rgb(10,155,155);
	border-bottom: 1px solid rgb(10,155,155);
	text-align: center;
}

div.tsnet_menu li:hover
{
	background: rgb(224, 255, 255);
	border-top: 1px solid rgb(234, 255, 255);
	border-left: 1px solid rgb(234, 255, 255);
	border-right: 1px solid rgb(10,155,155);
	border-bottom: 1px solid rgb(10,155,155);
}


div.tsnet_menu a
{
	vertical-align: middle;
}

div.tsnet_bottom
{
	height: 32px;
	background: url('tsbottom.jpg');
	margin-top: 8px;
}

div.tsnet_bottom p
{
	margin: 0;
	padding-top: 8px;
	font-size: 10px;
}

table.default
{
  width: 100%;
  border-collapse: collapse;
  margin: 1em;
}

table.default td + td
{
  border-left: 1px solid rgb(200,200,200);
}

table.default tbody  tr + tr > td
{
  border-top: 1px solid rgb(200,200,200);
}

table.default thead td
{
  border-bottom: 1px solid black;
  font-weight: bold;
}

table.default tbody tr:hover {
  background: rgb(224, 255, 255);
  color: rgb(150,0,50);
}
