
.style1 {
	font-family: Verdana;
	font-size: 9px;
	color: #333333;
}
.style2 {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}

.style2_ {
	font-family: Verdana;
	font-size: 13px;
	color: #333333;
}

.style3_ {
	color: #0080ff;
	font-size: 11px;
	font-family: Verdana;
}

.style3 {
	color: #0080ff;
	font-size: 13px;
	font-family: Verdana;
}
.style4 {
	color: #0080ff;
	font-size: 10px;
	font-family: Verdana;

}
.style5 {font-family: Verdana; font-size: 12px; color: #333333; font-weight: bold; }

.style6 {font-family: Verdana; font-size: 9px; color: #333333; font-style: italic; }
.style8 {font-size: 14px}
.style9 {font-size: 15px}

a:link, a:active  {
   color : #007FFF;
   text-decoration : none; 
}


a:visited {
   color : #0057AE; 
   text-decoration : none; 
   
}
  
  
a:hover {
   color : #94DCF3; 
   text-decoration : underline;
   
}