@charset "utf-8";
/* CSS Document */

.table_heading{
	color:#FFF;
	font-size:large;
}

.grey_text
{
	color:#666;
}

a.sn:link { color:#FFF; text-decoration: none; }
a.sn:visited {color:#FFF; text-decoration: none; }
a.sn:hover { color:#FFF; text-decoration: none; }
a.sn:active {color:#FFF; } 

.rowbright {
background-color: #CCC;
}
.rowlight {
background-color: #EED9AD;
}

.page_header {
	text-transform: capitalize;
	background-color: #333;
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #fff;
	text-align:center;
}
.white_text {
	color: #FFF;
}
.footer {
	background-color: #333;
	font:small;
	font-size:14px;
	color:#FFF;
}

a.nav:link { color:#FFF; text-decoration: none; }
a.nav:visited {color:#FFF; text-decoration: none; }
a.nav:hover { color:#F00; text-decoration: underline; }
a.nav:active {color:#FFF; } 

a.nav2:link { color:#000000; text-decoration: none; }
a.nav2:visited {color:#000000; text-decoration: none; }
a.nav2:hover { color:#000000; text-decoration: underline; }
a.nav2:active {color:#000000; } 

h1.top_page{
	font-family:sou.results_headers {
	background-color: #80BFFF;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.result_headings {
	background-color: #1E68C4;
	border:dotted;
	border-color:#000;
	text-align:center;
}

#main_table {
	width:1024px;
	text-align:center;
}
.dotted_table {
	border:dotted;
}

.home{
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: black;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}

.solid_border{ border-bottom-style:double;
border:solid;
}







