/* CSS Document */
body { /*Enter all site-wide defaults in here */
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	
}

.style1 {
	font-weight: bold;
	color: #555658;
}
.style2 { color: #555658; }
.style4 { color: #0c3c59; }
.style5 {
	color: #239ce2;
	font-weight: bold;
	font-size: 17px;
}
.style7 {color: #239ce2; font-weight: bold; font-size: 17px;  }
.style8 {	color: #555658; }

.style9 {color: #555658}

a:link {
	color: #11597f;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #11597f;
}
a:hover {
	text-decoration: none;
	color: 0e3f5b;
}
a:active {
	text-decoration: none;
	color: #11597f;
}
