body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*a:link {
	color: #082f4b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #082f4b;
}
a:hover {
	text-decoration: none;
	color: #148EDB;
}
a:active {
	text-decoration: none;
	color: #082f4b;
}*/

a.whitelink:link {
	color: #ffffff;
	text-decoration: none;
}
a.whitelink:visited {
	text-decoration: none;
	color: #ffffff;
}
a.whitelink:hover {
	text-decoration: none;
	color: #1CBEE7;
}
a.whitelink:active {
	text-decoration: none;
	color: #ffffff;
}

.bodytext {
	font-family: Verdana;
	font-size: 11px;
	color: #5d6164;
}
.navitext {
	font-family: Verdana;
	font-size: 14px;
	color: #5d6164;
}
.whitebodytext {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}
.blackbodytext {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.bluebodytext {
	font-family: Verdana;
	font-size: 11px;
	color: #0b5087;
	text-transform: capitalize;
}
.redishbodytext {
	font-family: Verdana;
	font-size: 11px;
	color: #952a04;
	text-transform: capitalize;
}
.datelettertext {
font-family:"Times New Roman";
	font-size: 22px;
	color: #5d6164;
	font-weight: bolder;
	text-transform: uppercase;
}
.whiteheading {
font-family:"Times New Roman";
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	text-transform: capitalize;
}
.blueheadtext {
	font-family: Verdana;
	font-size: 15px;
	color: #148edb;
	text-transform: uppercase;
	font-weight: bold;
}
.greyheadtext {
	font-family: Verdana;
	font-size: 15px;
	color: #3e4447;
	text-transform: uppercase;
	font-weight: bold;
}
.blackbodytext {
	font-family: Verdana;
	font-size: 11px;
	color: #082f4b;
}
.news_learn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #385f9e;
	text-decoration:underline;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4e4e4e;
}
a.big_link:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#1CBEE6;
text-decoration:none;
}
a.big_link:link {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#0C5994;
text-decoration:none;
}
a.big_link:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#0C5994;
text-decoration:none;
}
a.big_link:active {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#0C5994;
text-decoration:none;
}
/* links on footer */
.footer_links:link, .footer_links:visited {
	text-decoration: none;
	color: #148EDB;
}
.footer_links:hover {
	text-decoration: underline;
	color: #148EDB;
}