/* the below are the styles for each row of the website */

A.topnav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7b7b7b;
	text-decoration:none;
	font-weight:500
}

A.topnav:link {

}

A.topnav:active {

}

A.topnav:visited {

}

A.topnav:hover {
	color:#010101;
}

A.sitemap {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#ffffff;
	text-decoration:none;
}

A.sitemap:link {

}

A.sitemap:active {

}

A.sitemap:visited {

}

A.sitemap:hover {
	color:#666666;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#000000; background-image:url(../images/background2.jpg);
}

TD.butOn {
	background:url(../images/button.png);
	background-position:0px 0px;
	width:178px;
	height:63px;
	cursor:pointer;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
}

TD.butOff {
	background-image:url(../images/button.png);
	background-position:0px -63px;
	width:178px;
	height:63px;
	cursor:pointer;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
}

TD.butOver {
	background-image:url(../images/button.png);
	background-position:0px -126px;
	width:178px;
	height:63px;
	cursor:pointer;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
}

.sitelines {font-size:8px; color:#ffffff;
}

.bottomtext {font-size:9px; color:#666666; font-family:"Times New Roman", Times, serif
}
