﻿a:active {text-decoration:underline; color:#333333}
a:visited {text-decoration:underline; color:#333333}
a:link {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

a.nav:active {
	text-decoration:none;
	color:white;
	display:block;
	padding: 9px 16px 7px 0px;
	text-align:right;
	font-size:10pt;
	background: url('siteart/nav_off.gif') no-repeat center right bottom;
	}
	
a.nav:visited {
	text-decoration:none;
	color:white;
	display:block;
	padding: 9px 16px 7px 0px;
	text-align:right;
	font-size:10pt;
	background: url('siteart/nav_off.gif') no-repeat center right bottom;
	}
	
a.nav:link {
	text-decoration:none;
	color:white;
	display:block;
	padding: 9px 16px 7px 0px;
	text-align:right;
	font-size:10pt;
	background: url('siteart/nav_off.gif') no-repeat center right bottom;
	}
	
a.nav:hover {text-decoration:none; color:white; background: url('siteart/nav_on.gif') no-repeat right bottom}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin: 0px;
	background: #7fa318 url('siteart/background.gif') repeat-x top;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	}
	
#maintable {
	border: 0;
	width: 758px;
}	

.main {
	background:white;
	padding:10px;
}

.title {
	color: #719115;
	text-transform: uppercase;
	font-weight:bold;
	font-size:10pt;
}

#foot {
	padding: 30px 0;
}

.imgb {
	border:1px solid #d4d4d4
}