





#head{
	padding: 0px;
	overflow: visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 700px;
}




#main {
	font-size: 13px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#main h1 {
	font-size: 25pt;
	color: #333333;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bolder;
}


#main h2 {
	font-size: 15pt;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}

#main h3 {
	font-size: 14pt;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

#main h4 {
	font-size: 9pt;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: lighter;
	background-color: #CD0000;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border: 0.5px solid #999999;
}


#main a{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 10px;
}

#main a:hover{
	color: #FF0000;
	text-decoration:none;
}


.fieldset {padding:20px 0 0 0 !important /*Non-IE6*/; 
padding:0 /*IE6*/; 
margin:0 0 20px 0; 
border:solid 1px rgb(220,220,220);
}

.fieldset legend {
	margin:0 0 0 5px !important /*Non-IE*/;
	margin:0 0 20px 5px /*IE6*/;
	padding:0 2px 0 2px;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:1.25em;
 }
.title {	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
.style1 {font-size: 18pt}