body, table, td, p, ul, li {
	font-family: Arial;
	font-size: 11px;
	color: #663101;
	scrollbar-3dlight-color:#D2C2A7;
           scrollbar-arrow-color:#D2C2A7;
           scrollbar-base-color:#FAFBFC;
           scrollbar-darkshadow-color:#FAFBFC;
           scrollbar-face-color:#FAFBFC;
           scrollbar-highlight-color:#FAFBFC;
           scrollbar-shadow-color:#FAFBFC
	}

hr {
	color: #663101;
	line-height: 1px;
	width: 100%;
	margin: 2px;
	padding: 2px;
}

a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #663101;
	
}

a:hover {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	background:#D2C2A7;
	color: #663101;
	
	
}