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


h1 {
	font-size:22px;
	color:#1A1A1A;
	font-weight:normal;
	margin:0 0 10px 0;
}

h2 {
	font-size:14px;
	color:#5F6E17;
	font-weight:bold;
	margin:0 0 9px 0;
}

h3 {
	font-size:14px;
	color:#1A1A1A;
	font-weight:bold;
	margin:0 0 5px 0;
}

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

a {
	color:#5F5A21;
	text-decoration:none;
}

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

/* Custom Styles for dropdown */

.textHighlight {
	font-weight:bold;
	color:#5F6E17;
}

.textHighlight2 {
	font-weight:bold;
	color:#D92D2A;
}

.RedBannerLarge {
	text-align: center;
	color: white;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #D92D2A;
}


/* Image Styles */

.pageIMG {
	float:right;
	margin:0 0 10px 10px;
}

.rightImgCaption, .leftImgCaption {
	display: inline-block !important;
	margin: 5px !important;
	padding: 0 0 3px 0 !important;
	background-color: #EEEBDF;
	border: 1px solid #E1DEC8;
	color: #504B46;
	text-align: center;
}


.rightImgCaption img, .leftImgCaption img {
	margin: 5px;
	display: block;
}

.rightImgCaption {
	clear: right;
	float: right;
}

.leftImgCaption {
	clear: left;
	float: left;
}

.imgBorder {
	margin: 5px;
	padding: 5px;
	background-color: #EEEBDF;
	border: 1px solid #E1DEC8;
	color: #504B46;
}