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


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;
	line-height:24px;
}

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;
}

.comment {
	color: #999;
}

/* 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;
}

.callToAction {
	float:left;
	background-color:#000000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000'); /* for IE */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#000000)); /* for webkit browsers */
	background-image: -moz-linear-gradient(top,  #666666,  #000000); /* for firefox 3.6+ */ 
	padding:5px 10px;
		-webkit-box-shadow: 1px 1px 3px #999;
		-moz-box-shadow: 2px 2px 3px #999;
	box-shadow: 1px 1px 3px #999;
	color:#fff!important;
	text-decoration:none!important;	
	border:1px solid #000;
		-webkit-border-radius: 5px;
		-moz-border-radius:5px;
	border-radius: 5px;
	font-weight:bold!important;
	font-style:italic;
	text-transform:uppercase;
	font-size:14px;
}

.callToAction:hover {
	background-color:#666666;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666'); /* for IE */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#666666)); /* for webkit browsers */
	background-image: -moz-linear-gradient(top,  #000000,  #666666); /* for firefox 3.6+ */ 
}
