body { 
	font-family: Tahoma; 
	font-size: small; 
	background-color: white; 
	border-style: none; 
	margin: 10px;
	color: #0000cc;
}

table {
	font-family: Tahoma;
	font-size: small;
	background-color: Transparent;
	border-style: none;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: center;
}

td {
	border-style: none;
	text-align: center;
	vertical-align: middle;
}

table.trw td {
	border: hidden 1px red;
}

table.trw td:hover {
	border: solid 1px #eeeeff;
}

table.trw td td:hover {
	border: solid 1px #ddddff;
}

table.trw td td td:hover {
	border: solid 1px #ccccff;
}

table.trw td td td td:hover {
	border: solid 1px #bbbbff;
}

table.trw td td td td td:hover {
	border: solid 1px #aaaaff;
}

table.trw td td td td td td:hover {
	border: solid 1px #9999ff;
}

.info {
	border-top: solid 1px #0000cc;
	border-bottom: solid 1px #0000cc;
}

div.info table {
	width: 100%;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #ff0000;
}

a.bord {
	border: solid 1px #0000cc;
}

a:active, a:focus, a:link, a:visited {
	font-weight: bold;
	color: #444444;
} 

a:hover {
	color: #7777bb;
}

a img {
	border: solid 1px #0000cc;
}

div {
	background-color: Transparent;
}

div.cap {
	background-color: #f8f8ff;
}

small {
	background-color: Transparent;
	font-size: 70%;
}

small#tshow {
	color: #0000cc;
}

small.active {
	border: solid 1px #0000cc;
}

small.passive {
	border: none;
}

