body,td {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:13px;
	color:#FFFFFF;
	line-height:23px;
}


h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#E9E6C9;
	font-weight:normal;
	font-style:italic;
	margin:0 0 18px 0;
}

h2 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#E9E6C9;
	font-weight:normal;
	margin:0 0 13px 0;
}

h3 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#E9E6C9;
	font-weight:normal;
	margin:0 0 5px 0;
}

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

a {
	color: #E9E6C9;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}

hr {
	height:1px; 
	margin:0 0 16px 0;
	border:0;
	border-bottom:#ffffff dotted 1px; 
}

/* Custom Styles for dropdown */

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

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

.textHighlight3 {
	font-weight:bold;
	color:#ffffff;
}

.pageImage {
	float:right;
	margin:0 0 5px 15px;
	font-size:11px;
	text-align:center;
	line-height:15px;
}

.pageImage img {
	margin:0 0 5px 0;
}


/* Change TinyMCE Editor Background */

body.mceContentBody {
	background: #369BAF;
	color: #ffffff;
}

