@charset "utf-8";

.style1 {

	font-family: Georgia, "Times New Roman", Times, serif;

	color: #FFFFFF;

	line-height: 25px;

}

.style2 {font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		
		}
		

.style3 {font-family: Georgia, "Times New Roman", Times, serif;

	color: #000;

	line-height: 25px;
	
}
.style4 {font-size: 13px; line-height: 25px;}
#footer {
	padding: 0px;
	height: 95px;
	width: 1000px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	margin: auto;
}
#prefooter {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 1000px;
}

#footer_menu {
	padding: 0px;
	float: right;
	height: 25px;
	width: 500px;
	margin-top: 35px;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}
#footer_copyright {
	padding: 0px;
	float: left;
	height: 25px;
	width: 200px;
	margin-top: 35px;
}
#footer_menu a:link {
	color: #fff;
	text-decoration: none;


}
#footer_menu a:visited {
	color: #fff;
	text-decoration: none;
}
#footer_menu a:active {
	color: #fff;
	text-decoration: none;
}
#footer_menu a:hover {
	color: #06F;
	text-decoration: none;
}

