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


h1 {
	font-size:23px;
	color:#FFFFFF;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:26px;
	margin:0 0 20px 0;
}

h2 {
	font-size:17px;
	color:#D17490;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0 0 10px 0;
}

h3 {
	font-size:18px;
	color:#666666;
}

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

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

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


/* Custom Styles for dropdown */

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

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

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

.lineBreak {
	background:url(/images/backgrounds/line_break.gif) no-repeat top right;
	height:7px;
	margin:20px 0 26px 0;
}

/* Change TinyMCE Editor Background */

body.mceContentBody {
	background: #41342B;
}

