/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #242021;
}
body {
	background-image: url(img/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0951a0;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0951a0;
}
a:hover {
	text-decoration: none;
	color: #981b1e;
}
a:active {
	text-decoration: underline;
	color: #0951a0;
}
.bottom_nav {color:#242021;
			 font-size:12px;
			 font-weight:normal;}
.bottom_nav a:link {color:#242021;
			 		font-size:12px;
				    font-weight:normal;
					text-decoration:none;}
.bottom_nav a:visited {color:#242021;
			 		   font-size:12px;
				       font-weight:normal;
					   text-decoration:none;}
.bottom_nav a:hover {color:#242021;
			 		 font-size:12px;
				     font-weight:normal;
					 text-decoration:underline;}
.bottom_nav a:active {color:#242021;
			 		  font-size:12px;
				      font-weight:normal;
					  text-decoration:none;}
.copyright {color:#242021;
			font-size:11px;}
.page_titles {color:#981b1e;
			  font-size:24px;
			  font-weight:bold;}
