@charset "utf-8";
/* CSS Document */

#footer {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #02426c;
	margin: 0px;
}
#footer a{
	color: #FFFFFF;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #DECEB4;
}

.footer_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}