html,body {
	text-align: center;	
	padding: 0;
	margin: 0;
}



/*  container ------------------------------------------------------------------- */

div#container {
	width: 590px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0;
	text-align: left;
	z-index: 1;
}


div#frame {
	position: absolute; left:auto; right:auto; top:10px;
	width: 590px;
	height: 24px;
	margin: 0 0 0 0px;
}	


.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	line-height: 1.3em;
	color: #333333;
	font-weight: bold;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3em;
	color: #333333;
	font-weight: bold;
}

.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .81em;
	line-height: 1.3em;
	color: #333333;
	font-weight: normal;
	text-align: justify
}

.maincontent a:link {
color: #880000;
font-weight: bold;
text-decoration: none;
}
.maincontent a:visited {
font-weight: bold;
color: #990000;
text-decoration: none;
}
.maincontent a:hover {
color: #000000;
font-weight: bold;
text-decoration: none;
}
.maincontent a:active {
color: #880000;
font-weight: bold;
text-decoration: none;
}

