/* CSS Document */
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #454545;
	font-weight:bold;
}
body {
	background-image: url(../images/site/bg.jpg);
	background-repeat:repeat-x;
	background-color: #A6A7A9;
	margin-top: 40px;
}
.smallertext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight:100;
	}

h2{
color:#FFFFFF;
font-size:16px;
font-family: "Times New Roman", Times, serif;
font-stretch:semi-expanded;
}


.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: #740F4B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #740F4B;
}
a:hover {
	text-decoration: underline;
	color: #622F68;
}
a:active {
	text-decoration: none;
	color: #740F4B;
}