body {
	height: 100%;
	background-color: #D6E7F5;
	font: 12px Arial,Tahoma,sans-serif;
	margin: 0;
	padding: 0;
}
a {
	color: #000000;
	text-decoration: none;
}
tr.top {
	background-color: #5C8DFF;
	height: 80px;
}
td.top{
	border: 1px solid black;
	padding-left: 10px;
}
tr.bottom {
	background-color: #5C8DFF;
	height: 10px;
}
td.bottom{
	border: 1px solid black;
	text-align: center;
}
td.menu {
	background-color: #99D6FF;
	border-left: 1px solid black;	
	border-right: 1px solid black;
	margin-top: 10px;
	width: 160px;
}
td.main {
	background-color: white;
	padding-top: 10px;
	padding-left: 10px;
	width: 580px;
}
td.names{
	padding-left: 5px;
}
tr.header {
	background-color: #5C8DFF;
	border-left: 1px solid black;	
	border-right: 1px solid black;
	font-weight: bold;
}
table {
	border: 0px;
}
table.names {
	font-size: 12px;
	width: 400px;
}
table.topnames {
	font-size: 12px;
	width: 180px;
}
h1{
	font-family: Verdana, Arial;
	font-size: 1.3em;
	font-weight: bold;
}
h1.list{
	font-family: Verdana, Arial;
	font-size: 1.1em;
	font-weight: bold;
}
h2{
	font-family: Verdana, Arial;
	font-size: 0.9em;
	font-weight: bold;
}
h3{
	font-family: Verdana, Arial;
	font-size: 0.8em;
	font-weight: bold;
}
ul.main{
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
}

li a:hover {
	color: #666;
}
ul {
	margin: 10px 0px 0px 0px;
	padding-left: 0px;
}
ul li {
	display: block;
	list-style-type: none;
	margin: 5px 5px 5px 5px;
	border: 1px solid black;
	font-weight: bold;	
	font-size: 12px;
}
li.menu {
	background-color: #66C2FF;
	padding-left: 3px;
}
.button {
	background: #5C8DFF;
	padding-left: 6px;
	border: 1px solid black;
	font-size: 12px;
}
input{
	border: 1px solid black;
	font-size: 12px;
}
input.clear{
	border: none;
}
.DropDown{
	border: 1px solid black;
	font-size: 12px;
}
div.links{
	font-size: 12px;
}
p a{
	text-decoration: underline;
}
a.line{
	text-decoration: underline;
}
p a b{
	font-size: 11px;
	text-decoration: underline;
}
.good{
	color: #5C8DFF;
}
.weak{
	color: #D6E7F5;
}
.favorite{
	font-size: 9px;
	text-decoration: underline;
}
