body {
	background-color: #eda522;
	margin-top: 20px;
}

body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

body {
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #00CCFF;
	scrollbar-face-color: #D34F28;
	scrollbar-highlight-color: #ECA622;
	scrollbar-shadow-color: #ECA622;
	scrollbar-3dlight-color: #ECA622;
	scrollbar-track-color: #ECA622;
	scrollbar-darkshadow-color: #ECA622;
}

#content {
	height: 545px;
	width: 880px;
	overflow: auto;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}

#content h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

#content h2 {
	font-size: 16px;
}

#content h3 {
	font-size: 14px;	
}

#content p {
	font-family: Arial;
	font-size: 12px;
}

.red {
	color: #FF0000;
	font-weight:bold;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color:#000000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}