﻿a:link, a:visited, a:active {text-decoration:underline; color: white;}
a:hover {text-decoration:underline; color: #FFDE99;}

a.nav:link, a.nav:visited, a.nav:active {text-decoration:none; color: #FFDE99; font-weight: bold;}
a.nav:hover {text-decoration:underline; color: #16210C; font-weight: bold;}

a.navs:link, a.navs:visited, a.navs:active {text-decoration:none; color: #FFDE99; font-weight: bold; font-size: 9pt;}
a.navs:hover {text-decoration:underline; color: #16210C; font-weight: bold; font-size: 9pt; }

a.tan:link, a.tan:visited, a.tan:active {color: #FFDE99;}
a.tan:hover {color: white;}

a.black:link, a.black:visited, a.black:active {text-decoration:none; color: black;}
a.black:hover {text-decoration:underline; color: black;}

a.blackhome:link, a.blackhome:visited, a.blackhome:active {text-decoration:none; color: black;}
a.blackhome:hover {text-decoration:underline; color: #4E4E4E}


a.inv:link,a.inv:visited,a.inv:active {
	display: block;
	width: auto;
	height: 39px;
	text-align:left;
	vertical-align:top;
	padding: 12px 0px 0px 25px;
	color: #311C08;
	text-decoration:none;
	font-size:12px;
	background:url('siteart/button_off.gif') no-repeat;
}

a.inv:hover {
	display: block;
	width: auto;
	height: 39px;
	text-align:left;
	vertical-align:top;
	padding: 12px 0px 0px 25px;
	color: #565656;
	text-decoration:none;
	font-size:12px;
	background:url('siteart/button_on.gif') no-repeat;
}


body {
	font-family:Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFDE99;
	background-color: black;
	}

td {
	font-family:Arial, helvetica, sans-serif;
	color: #FFDE99;
	font-size: 12px;
}

.highlight {
	font-weight:bold;
	color: white;
}
