html, body {

	background-color: #000000;
	margin-top: 0px;
	padding: 0px;
	font-size: 10pt;
	font-family: Arial;
}

#main {
 	width: 100%;
 	height: 100%;
 	border: 0px;
}

.fullpage {

 	position:relative; /* needed for footer positioning*/
 	margin:0 auto; /* center, not in IE5 */
 	background:#f0f0f0;	
	height:auto !important; /* real browsers */
 	height:100%; /* IE6: treaded as min-height*/
 	min-height:100%; /* real browsers */
	
}

div.content {
	width: 600px;
	padding-left: 20px;
	padding-top: 15px;
	text-align: justify;
	font-family: Arial;
}

div.header {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 25px;
	padding-left: 10px;
	color: #000E5E;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

a {
	font-weight: bold;
	font-size: 14px;
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}