/***********************
	SELECTORS
***********************/
body {
	margin: 0px;
	font-family: verdana, arial, helvetica;
	font-weight: 12px;
	background: #164974;
}

p, td {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #555555;
}

li {
	padding-bottom: 4px;
	margin-top: 2px;
}

/***********************
	CLASSES
***********************/

.hdr, h1 {
	font-size: 18px;
	font-weight: bold;
	color: #164974;
	margin-bottom: 7px;
	font-family: arial, helvetica;
}

.subhdr, h2 {
	font-size: 16px;
	font-weight: bold;
	color: #6C91B0;
	font-family: arial, helvetica;
	border-bottom: 1px solid #D5D5D5;
}

.subsubhdr, h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: arial, helvetica;
	color: #686F4D;
}

.footer {
	color: #717171;
	font-size: 10px;
}

.footDivider {
	font-size: 10px;
	color: #844C34;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.leftIndent {
	margin-left: 22px;
}

.mpNewsBox {
	font-size: 12px;
	color: #787878;
	background-color: #FAFAFA;
}

.mpCopy {
	font-size: 11px;
}

.smBlueHdr {
	font-size: 11px;
	font-weight: bold;
	color: #144A78;
}

.BlueHdr {
	font-weight: bold;
	color: #144A78;
}

.note {
	background: yellow;
}

/***********************
	ANCHOR
***********************/

a:link {
	color: #E6622E;
	text-decoration: none;
}

a:visited {
	color: #589CC7;
	text-decoration: none;
}

a:hover {
	color: #F4946F;
	text-decoration: none;
}

a.foot:link {
	color: #7B7B7B;
	font-size: 10px;
	text-decoration: none;
	line-height: 15px;
}

a.foot:visited {
	color: #7B7B7B;
	font-size: 10px;
	text-decoration: none;
	line-height: 15px;
}

a.foot:hover {
	color: #E16B3D;
	font-size: 10px;
	text-decoration: none;
	line-height: 15px;
}

