/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
body {
background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #A6A7A9;
	margin-top: 40px;
}

h2{
color:#FFFFFF;
font-size:15px;
font-family: "Times New Roman", Times, serif;
font-stretch:semi-expanded;
}
h3{
color: #990000;
font-size:15px;
font-weight:bold;
}
h4{
color:#2555AA;
font-size:13px;
font-weight:bold;
margin:0px;
padding:0px;
}
.pdf {font-size: 10px}


.homebt{
height:19px;
width:88px;
background-image:url(../images/site/bthome.jpg);
background-repeat:no-repeat;
padding-left:23px;
padding-top:4px;
font-weight:bold;
}
.home:link {
	color: #fff;
	text-decoration: none;
	font-size:14px;

	
}
.home:visited {
	text-decoration: none;
	color: #fff;
	
	font-size:14px;

}
.home:hover {
	text-decoration: underline;
	color: #fff;
	
	font-size:14px;

}
.home:active {
	text-decoration: none;
	color: #fff;
	
	font-size:14px;

}

.mainmenu:link {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/site/curl.jpg);
	background-repeat:no-repeat;
	padding-left:26px;
	margin-left:10px;
	display:block;
	height:23px;
		font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	line-height:20px;
	

}
.mainmenu:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/site/curl.jpg);
	background-repeat:no-repeat;
	padding-left:26px;
	margin-left:10px;
	display:block;
	height:23px;
		font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
		
}
.mainmenu:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/site/curlover.jpg);
	background-repeat:no-repeat;
	padding-left:26px;
	margin-left:10px;
	display:block;
	height:23px;
		font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
		
}
.mainmenu:active {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/site/curl.jpg);
	background-repeat:no-repeat;
	padding-left:26px;
	margin-left:10px;
	display:block;
	height:23px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
		
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #333;
}


.table{
border:solid;
border-width:1px;
border-color:#990000;
}
