body,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:24px;
}


h1 {
	font-size:30px;
	color:#000000;
	font-weight:bold;
	margin:0 0 20px 0;
	text-transform:uppercase;
	line-height:30px;
}

h2 {
	font-size:18px;
	color:#F15C24;
	font-style:italic;
	font-weight:bold;
	margin:0 0 10px 0;
}

h3 {
	font-size:15px;
	color:#000;
	font-style:italic;
	font-weight:bold;
	margin:0 0 10px 0;
}

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

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

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

hr {
	border:none;
	border-bottom:3px solid #E6E3DC;
	height:3px;
	color:E6E3DC;
	margin:0 0 18px 0;
}

/* Custom Styles for dropdown */

.textHighlightBlack {
	font-weight:bold;
	color:#000;
	font-style:italic;
	font-size:14px;
}

.textHighlightOrange {
	font-weight:bold;
	color:#F15C24;
	font-style:italic;
	font-size:14px;
}

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

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