﻿a:link, a:visited, a:active {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration:none;
	color:white;
	padding: 9px 17px 8px 15px;
	background: url('siteart/nav_off.jpg') repeat-x;
	display: block;
	border-right: 1px solid #071d42;
	border-left: 1px solid #7d9ac8;
	font-weight: bold;
	font-size:12px;
	
	}
	
a.nav:hover {
	text-decoration:none;
	color:white;
	background: url('siteart/nav_on.jpg') repeat-x;
	}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 23px;
	background: #ccccc7;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}
	
#maintable {
	border: 1px solid #b1b1b1;
	width: 770px;
	background: white;
}	

#date {
	width:130px;
	text-align:left;
	background: transparent;
	color: #000000;
	padding: 15px 15px 0px 18px;
	font-size:11px;
}

.imgb {
	border: 1px solid #bcbec1;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
z-index: 100;
background-color: white;
width: 125px;
}

.anylinkcss a:link {
display: block;
border-bottom: 1px solid black;
padding: 5px 5px 5px 5px;
text-decoration: none;
font-weight: bold;
}
.anylinkcss a:active {
display: block;
border-bottom: 1px solid black;
padding: 5px 5px 5px 5px;
text-decoration: none;
font-weight: bold;
}
.anylinkcss a:visited {
display: block;
border-bottom: 1px solid black;
padding: 5px 5px 5px 5px;
text-decoration: none;
font-weight: bold;
}
.anylinkcss a:hover{ /*hover background color*/
background-color: #2b5eb3;
color: white;
}

