@charset "utf-8";
/* CSS Document */

.footer {width:800px; margin-top:15px;}
.footText {font-family:Arial, Helvetica, sans-serif;
font-size:10px; color:#5F5041; line-height:15px; text-align:center;}

.centerText {
	text-align:center;

}

.footText a:link {color:#5F5041; text-decoration:underline;}
.footText a:visited {
	color:#336699;
	text-decoration:underline;
}
.footText a:hover {
	color:#FF6600;
	text-decoration:underline;
}
