/* CSS Document */
.style1 {	font-size: 14px;	font-family: Arial, Helvetica, sans-serif;	color: #246295;}
.style2 {color: #3184CA}
.style3 {font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #246295; }
.style4 {color: #246295}
.style5 {	font-size: 11px;	font-family: Arial, Helvetica, sans-serif;	color: #2362B9;}
a.style5 {	color: #86AFE8;	text-decoration: underline;}
a.style5:hover {	color: #86AFE8;	text-decoration: none;}
a.style5:visited {	color: #86AFE8;	text-decoration: none;}
a:link {
	color: #006CE8;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006CE8;
}
a:hover {
	text-decoration: none;
	color: #469EFF;
}
a:active {
	text-decoration: underline;
}