/* CSS Document */
A:link {
	text-decoration: none;
	font-style: normal;
	color: #168392;
	font-weight: normal;
	font: ariel;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
A:visited {text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #168392;
	font-weight: normal;
}
A:active {text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #168392;
	font-weight: normal;}
A:hover {text-decoration: underline; color: orange;}

.copyright_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	line-height: normal;
	color: #168392;
}

.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	line-height: normal;
	color: #168392;
}

.navigation_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #168392;
	font-weight: normal;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #168392;
	font-weight: normal;
	text-align:justify;
}

.search_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #168392;
}

.highlight_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #168392;
}

.heading_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #168392;
}

.banner_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #168392;
}

.info_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CBCCBC;
	font-weight: normal;
}
.background {
	color: #FFFFFF;
	
}
.highlight_table {
	background-color: #66713E;
}
body {
	background-color: #FFFFFF;
}
.mainheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #666666;
}

table.results {
  width:100%;
  border-top:1px solid #168392;
  background:#F5F5F5;
}

table.endresults {
  width:100%;
  border-bottom:1px solid #168392;
  background:#F5F5F5;
}

input.button
{
   font-family:Arial, Helvetica, sans-serif;
   font-weight:normal;
   color:#168392;
   height:25
}

li 
{
	color:#168392;
	padding:0;
	margin: .2em 0;
	margin-left:3px;
	
} 

ul
{
	list-style-type:disc;
	padding:0;
	margin:0;
	margin-left:1em;
	list-style-position:outside;
}

.listdiv {
	background-color: #CDF2F8;
	border-style:solid;
	border-color: #168392;
	border-width:thin;
}
