body, p, td, th, a, li {
	font: 13px Arial, Helvetica, sans-serif;
	color: #14315d;
}

a:link {
	color: #007d9a;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #007d9a;
}
a:hover {
	text-decoration: underline;
	color: #59b224;
}
a:active {
	text-decoration: underline;
	color: #007d9a;
}


.firstpara {
	color: #143a5d;
	font-size: 16px;
}

.smaller {
	font-size: 11px;
}

.bluetext {
	color: #007d9a;
}

.bluebold {
	color: #007d9a;
	font-weight: bold;
}



h1 {
	font-size: 30px;
	color: #007d9a;
	font-weight: normal;
	margin-top: 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	
}

h3 a { font-size: 14px; font-weight: bold; }

hr {
	height: 1px;
	border: 0;
	background: #007d9a;
}

.message {
	color: #cb0152;
	font-style: italic;

}
.bg1 {
	background-color: #ffffff;
}
