
a:link, a:visited {
	text-decoration: none;
	color: #ffffff;
	font: 10px Charcol, Verdana;
	font-weight: bolder;
}

a:hover {
	text-decoration: underline;
}

a.blue:link, a.blue:visited {
	text-decoration: none;
	color: #003399;
	font: 12px Charcol, Verdana;;
}

a.blue:hover {
	text-decoration: underline;
	color: #003399;
	font: 12px Charcol, Verdana;
}

.footer {
	text-decoration: none;
	color: #000000;
	font: 10px Charcol, Verdana;
	font-weight: bolder;
}

.maintext {
	text-decoration: none;
	color: #003399;
	font: 12px Charcol, Verdana;
	font-weight: bolder;
}
.maintext2 {
	text-decoration: none;
	color: #003399;
	font: 16px Charcol, Verdana;
	font-weight: bolder;
}

h2 {
	text-decoration: none;
	color: #003399;
	font: 16px Charcol, Verdana;
	font-weight: bolder;
}

.whycontent {
	color: #003399;
	font: 10px Charcol, Verdana;
	margin: 7px;
}