body {
	background-color : #ffffff;
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;}

.menu {
	font-family : sans-serif;
	font-size : 10pt;
	color : #ffce31;
	background : #00009c;}

a.menu:link {
	color : #ffce31;
	text-decoration : none;
	background : #00009c;}

a.menu:visited {
	color : #ffce31;
	text-decoration : none;
	background : #00009c;}

a.menu:hover {
	color : red;
	text-decoration : none;
	background : #00009c;}

a.menu:active {
	color : red;
	text-decoration : none;
	background : #00009c;}

.site {
	font-family : sans-serif;
	font-size : 10pt;
	color : #000000;
	background : #ffffff;}

a.site:link {
	color : #0000ff;
	background : #ffffff;}

a.site:visited {
	color : #0000ff;
	background : #ffffff;}

a.site:hover {
	color : #0000ff;
	text-decoration : none;
	background : #ffffff;}

a.site:active {
	color : #0000ff;
	background : #ffffff;}

.bottom {
	font-family : sans-serif;
	font-size : 8pt;
	color : #999999;
	background : #ffffff;}

a.bottom:link {
	color : #999999;
	background : #ffffff;}

a.bottom:visited {
	color : #999999;
	background : #ffffff;}

a.bottom:hover {
	color : #0000ff;
	text-decoration : none;
	background : #ffffff;}

a.bottom:active {
	color : #0000ff;
	background : #ffffff;}

hr.menu {
	height : 1px;
	border : none;
	border-top : 1px solid #ffce31;}

hr.site {
	height : 1px;
	border : none;
	border-top : 1px solid #000099;}
