


.mainHeader{  
	background-color: none; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
	padding: 1px;
} 
.mainHeader:a{  
	background-color: none; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: underline;
	padding: 1px;
} 
.mainHeader:hover{  
	background-color: none; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: underline;
	padding: 1px;
} 

.linkHeader{  
	background-color: none; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #000099; 
	text-decoration: underline;
}

.linkHeader:hover{  
	background-color: none; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #000099; 
	text-decoration: underline;
}
.username{  
	background-color: #FFFFFF; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
	padding: 1px;
}
.smalltext {
	font-size: 7pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	/*text-align : justify;*/
}

.errorMsg {
  color: maroon;
  font-weight: bold;
}




