/*.style1 A{
TEXT-DECORATION: none
}
.style1 A:hover {
   COLOR: #70B8ED;
   TEXT-DECORATION: none
	
}
.style1 A:out {
   
	COLOR: white

}*/
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	
}
.style2 A:hover {   
	text-decoration: underline;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #0099CC;
	text-decoration: none;

}
.style3 A:hover {   
	text-decoration: underline;
	}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}
.border {
	border: 1px solid #9DC4F2;
}
.border1 {
	border: 1px solid #336699;
	color: #336699;
}
