@charset "utf-8";
/* CSS Document */
html { min-height: 100%; margin-bottom: 1px; }
.body {
	font-family:Arial, Helvetica, sans-serif;;
	font-size:11px;
	color: #000000;
	text-decoration: none;
}
.body a:link {
	font-family:Arial, Helvetica, sans-serif;;
	font-size:11px;
	font-weight: bold;
	color: #ff6600;
	text-decoration: underline;
}
.body a:visited {
	font-family:Arial, Helvetica, sans-serif;;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	text-decoration: underline;
}
.body a:hover {
	font-family:Arial, Helvetica, sans-serif;;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	text-decoration: underline;
}
.body a:active {
	font-family:Arial, Helvetica, sans-serif;;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	text-decoration: underline;
}
.footer{
border:solid; 
border-width:3px; 
border-color:#bcad8a; 
background-color:#473f2a; 
color:#FFFFFF; 
font-family:Arial, Helvetica, sans-serif; 
font-size:14px; 
font-weight:bold;
}