BODY 
{
	background-color:#606f86;
	margin: 0;	
}

.bodyText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00233e;
	text-decoration: none;
}

.bodyText a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00233e;
	text-decoration: none;
}

.bodyText a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}

.smallerText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00233e;
	text-decoration: none;
}

.smallerText a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00233e;
	text-decoration: none;
}

.smallerText a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}

.footerText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #505050;
	text-decoration: none;
}



.bodyHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #47566b;
	text-decoration: none;
}


.textHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00233e;
	text-decoration: none;
}

.subHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #47566b;
	text-decoration: none;
}

ul.plusList {
	list-style: none;
 	margin-left: 0;
 	padding-left: 1em;
 	text-indent: -1em;
}

ul.plusList li:before {
	 content: "+ ";
}	

ul.plusList ul li:before {
	 content: "- ";
}
