html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #000040;
	color: #ffffff;
	border-top: 1px solid #000040;
	text-align: left;
}

#header		{
	vertical-align: top;
	text-align: left;
	margin: 2px;
	color: #ffffff;
	height: 50px;
}

#contents		{
	vertical-align: top;
	padding: 10px;
	height: 100%;
}

#footer		{
	padding: 5px;
	vertical-align: top;
	text-align: left;
	font-size: 80%;
	border-top: 1px solid #ffffff;
}
#footer a:link 		{ text-decoration: underline;	color: #ffffff; }
#footer a:active 	{ text-decoration: none; color: #ffffff;	}
#footer a:visited 	{ text-decoration: underline; color: #ffffff; }
#footer a:hover 		{ text-decoration: none; color: #ffffff; }
