a {
	font-family: Times New Roman, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CC9933;
	text-decoration: none;
}
a:hover {
	font-family: Times New Roman, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	text-decoration: underline;
}
p, li, td {
	font-family: Times New Roman, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000033;
	text-decoration: none;
}
h1 {	
    font-family: Times New Roman, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9933;
}
input, textarea {
	font-family: Times New Roman, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000033;
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #CC9933;
	text-decoration: none;
}
body {background-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000033;
	scrollbar-darkshadow-color:#000033;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#000033;
	scrollbar-track-color:#000033;
}