﻿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;
	display:block;
	font-size:11px;
	font-weight: bold;
	background:url('siteart/nav_off.jpg') repeat-x;
	text-align:center;
	padding: 10px 15px 7px 15px;
	border-right: 1px solid #111111;
	border-left: 1px solid #4d4c4c;
	}
	
a.nav:hover {
	text-decoration:none;
	color:white;
	background: black;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 23px;
	background:#b9b9b9;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}
	
#maintable {
	border: 0;
	width: 770px;
	background: white;
}	

.common {
	width:770px;
	 border:0;
}

#date {
	float:right;
	font-size:11px;
	font-weight: normal;
	font-style:normal;
	padding-top: 6px;
}

#top-background {
	padding: 20px 25px 0px 25px;
	background:#f8f8f8 url('siteart/shadow.gif') repeat-x top;
	border-bottom:15px solid #f8f8f8;
}

#page-title {
	border-bottom: 2px solid #c0090a;
	padding: 0px 0px 3px 0px;
	font-size: 18px;
	font-weight:bold;
	font-style:italic;
}

#main-content {
	vertical-align:top;
	padding: 0px 25px 10px 25px;
	background:#f8f8f8;
}

.headline-red {
	text-transform: uppercase;
	color: #a70605;
	font-weight: bold;
	font-size: 14px;
}

.imgb {
	border: 1px solid #787878;
}

hr {
	height: 1px;
	color: gray;
	margin: 5px 0px;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #353535;
border-bottom-width: 0;
line-height: 28px;
z-index: 100;
background: #e6e6e6;
font-size: 11px;
width: 125px;
margin-top: 2px;
text-decoration: none;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #353535;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;

}

.anylinkcss a:hover{ /*hover background color*/
background: #424242;
color: white;
text-decoration: none;
}

.anylinkcss a:visited{ /*hover background color*/
text-decoration: none;
}


