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

a:focus {
	outline: none; 
     }
body,td,th {
	font-family: Gill Alt One MT, sans-serif, Arial;
	font-size: 16px;
}
body {
	margin-left: 40px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 40px;
	background-color: #E5EFBE;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
	}
.stylecopyright {font-size: 9px}
.stylecaption {font-size: 12px; font-family: Gill Alt One MT, sans-serif, Arial; }