body
{
		font-family: Arial, Helvetica, sans-serif;
		background-color: #FFFFFF;
		color: #000000;
		font-size: 10pt; 
		font-style: normal;
}
.subhead {

		font-family: Arial, Helvetica, sans-serif;
    	font-size: 12pt; 
		font-style: normal; 
		font-weight: bold; 
		color: #000000;
}
.headline {

		font-family: Arial, Helvetica, sans-serif;
    	font-size: 14pt; 
		font-style: normal; 
		font-weight: bold; 
		color: #0404F6;
}

.footer {
		font-family: Arial, Helvetica, sans-serif;
    	font-size: 8pt; 
		font-style: normal; 
		font-weight: normal; 
		color: #FFFFFF;
}

#smlink a {
		font: normal normal 8pt Arial, Helvetica, sans-serif;
}	

.error 
{
	color:Red;	
}

.required
{
	color:Red;
	font-weight:bold;
	font-size:large;
}