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

h1 {
	font-size:35px;
	line-height:35px;
	color:#412B1D;
	font-weight:normal;
	margin:0 0 20px 0;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

h2 {
	font-size:17px;
	line-height:20px;
	color:#F05A28;
	font-weight:bold;
	margin:0 0 10px 0;
}

h3 {
	font-size:13px;
	color:#1A2674;
	font-weight:bold;
	margin:0 0 10px 0;
}

h4 {
	font-size:14px;
	color:#666666;
	font-weight:bold;
}

a {
	color:#E62B17;
	text-decoration:none;
}

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

hr {
	height:1px;
	color:#DDDDDF;
	border:none;
	border-top:1px solid #DDDDDF;
	margin:0 0 18px 0;
}

/* Custom Styles for dropdown */

.textHighlightRed {
	font-weight:bold;
	color:#E62B17;
}

.textHighlightOrange {
	font-weight:bold;
	color:#F05A28;
}

.textHighlightGreen {
	font-weight:bold;
	color:#2D5E67;
}

a.readMore {
	color:#412B1D;
	font-weight:bold;
	background:url(/images/backgrounds/arrow.gif) no-repeat right 4px;
	padding:0 17px 0 0;
	font-size:14px;
}

a.readMore:hover, .boxLink:hover a.readMore {
	color:#E62B17;
	background-position:right -14px;
}

.pageImage {
	width:230px;
	height:156px;
	padding:12px;
	float:right;
	margin:-5px -7px 15px 15px;
}

.pageImage a, .pageImage p {
	display:block;
	position:absolute;
	background:url(/images/backgrounds/content_img_bg.png) no-repeat;
	width:254px;
	height:180px!important;
	margin:-12px!important;
}

.pageImage img {
	display:block;
	margin:0 0 3px 0;
}

.pageImage span {
	color:#fff;
	background:#2D5E67;
	padding:0 8px;
	display:block;
	font-size:11px;
	height:21px;
	line-height:20px;
}

.pageImageLink:hover span {
	background:#E62B17;
}