body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

hr { 
	height: 0px;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #AFBCCD;
	border-left: 0px #FFF;
	margin-top: 10px;
	margin-bottom: -10px;
}


/*|Body Black*/
.bodycopy    { 
	color: black;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
/*|Body Blue*/
.bodycopyBlue { 
	color: #20558a; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}


/*|Small Black*/
.smalltext    { 
	color: black; 
	font-size: 80%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*|Small Blue*/
.smalltextBlue { 
	color: #20558a; 
	font-size: 80%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*|Headline Black*/
.headlineBlack { 
	color: black; 
	letter-spacing: -2px;
	font-family: 'Century Gothic', Arial, Helvetica;
	font-size: 28px;
	font-weight: normal;
}
/*|Headline Blue*/
.headline { 
	color: #20558a;
	letter-spacing: -2px;
	font-family: 'Century Gothic', Arial, Helvetica;
	font-size: 28px;
	font-weight: normal;
}

/*|Subhead Blue*/
.subheadblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #20558A;
	font-weight:bold;
	text-transform: capitalize;
}

/*|Subhead Light Blue*/
.subheadlightblue {
	font-size: 85%;
	text-transform: uppercase;
	color: #7B99BD;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

/*|*/