body,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2B2B2B;
	line-height:18px;
}


h1 {
	font-size:17px;
	color:#0071B9;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px dotted #BFBFBF;
	padding:0 0 7px 0;
	margin:0 0 18px 0;
}

h2 {
	font-size:15px;
	color:#0071B9;
	font-weight:bold;
	margin:0 0 15px 0;
}

h3 {
	font-size:14px;
	color:#2B2B2B;
	font-weight:bold;
	margin:0 0 10px 0;
}

h4 {
	font-size:11px;
	color:#666666;
}

a {
	color:#0171B9;
	text-decoration:none;
}

a:hover {
	color:#0C3D6E;
	text-decoration:none;
}

hr {
	border:none;
	border-bottom:1px dotted #BFBFBF;
	height:1px;
	clear:both;
	margin:25px 0 25px 0;
	*margin:0 0 18px 0;
}


/* Custom Styles for dropdown */

.textHighlightBlue {
	font-weight:bold;
	color:#0071B9;
}

.textHighlightPink {
	font-weight:bold;
	color:#DB7FA6;
}

.pageImageRight {
	float:right;
	margin:0 0 15px 15px;
}

.pageImageLeft {
	float:left;
	margin:0 15px 15px 0;
}