<!--
BODY {
background-color:;
scrollbar-face-color: #333333;
scrollbar-highlight-color: #333333;
scrollbar-3dlight-color: #333333;
scrollbar-darkshadow-color: #333333;
scrollbar-shadow-color: #333333;
scrollbar-arrow-color: #E0E0E0;
scrollbar-track-color: #444444;
}
.leftside {
    border-right: 1px solid #444444;
}
.maincontent{
background:url("/images/main_back.gif");
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
.top:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: underline;
}
.top:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	text-decoration: underline;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	width: 160px;
	height: 44px;
	position: middle;
}
.menu:hover {
    background: url("images/menubg_roll.gif");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #717171;
	text-decoration: none;
	width: 160px;
	height: 44px;
	position: middle;
}
.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	width: 160px;
    height: 44px;
	position: middle;
}
.menu-end {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	width: 160px;
	height: 44px;	
	position: middle;
}
.menu-end:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #717171;
	text-decoration: none;
	width: 160px;
	height: 44px;
	position: middle;
}
.menu-end:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	width: 160px;
    height: 44px;
	position: middle;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E0E0E0;
	text-decoration: none;
	border-right: 1px solid #444444;
}

/* news ticker at bottom of pages */
.ticker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
/* Detail Section */
td.main
{
	font-family:arial;
	font-size:12px;
	color: #FFFFFF;
}
input.contact
{
  height: 20px;
  font-size:11px;
  font-family:arial, verdana, san-serif;
  width:250px;
  border:1px solid black;
  background-color:#444444;
  color:#FFFFFF;
  cursor:pointer;
}
input.fields
{
  height: 20px;
  font-size:11px;
  font-family:arial, verdana, san-serif;
  width:250px;
  border:1px solid black;
  background-color:#444444;
  color:#FFFFFF;
}
input.hourfields
{
  height: 20px;
  font-size:11px;
  font-family:arial, verdana, san-serif;
  width:30px;
  border:1px solid black;
  background-color:#444444;
  color:#FFFFFF;
}
select.ampm
{
  height: 20px;
  font-size:11px;
  font-family:arial, verdana, san-serif;
  width:50px;
  border:1px solid black;
  background-color:#444444;
  color:#FFFFFF;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: underline;
}
.links:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	text-decoration: underline;
}
-->