/****** TAGS ********/
body {
	margin: 0px;
	font-family: verdana, arial, helvetica;
	font-weight: 12px;
}

p, td {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #4C4C4C;
}

li {
	padding-bottom: 4px;
	margin-top: 2px;
}

/****** CLASSES *****/

.hdr, h1 {
	font-size: 20px;
	font-weight: bold;
	color:#264693;
	margin-bottom: 7px;
	letter-spacing: 2px;
}

h2, .subhdr {
	font-size: 17px;
	font-weight: bold;
	color:#0081F4;
	margin-bottom: 6px;
	margin-top: 12px;
	letter-spacing: 1px;
}


h3, {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #AEAEAE;
	margin-bottom: 8px;
}

.initCap {
	color: #E2931C;
	font-weight: bold;
	font-size: 21px;
}

.mpCopy {
	font-size: 11px;
	font-weight: bold;
}

.smBlueB {
	font-size: 10px;
	color: #264693;
	font-weight: bold;
}

.Bred {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	}


.footDivider {
	font-size: 10px;
	color: #7D7D7D;
}

.blue {
	color: #0050B2;
}

.topArrow {
	font-weight: bold;
	font-size: 12px;
}

.tblHead {
	color: #ffffff;
	background-color: #223F82;
	font-weight: bold;
	font-size: 12px;
}

/****** ANCHOR ******/

a:link, a:visited {
	color: #264693;
}

a:hover {
	color: #264693;
	text-decoration: none;
}

a.foot:link, a.foot:visited {
	color: #264693;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
}

a.foot:hover {
	color: #264693;
	font-size: 11px;
	text-decoration: underline;
	line-height: 18px;
}

a.topNav:link, a.topNav:visited {
	color: #1452AD;
	font-family: tahoma, verdana, arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

a.topNav:hover, a.topNavAT:link, a.topNavAT:visited  {
	color: #1452AD;
	text-decoration: none;
	font-family: tahoma, verdana, arial;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 2px solid #FFD97C;
}

