/* CSS Document */

body {
	background-color: #663300;
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
.normal {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 11px;
}
.normalYellow {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #FFCC00;
}
.normalBrown {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #412001;
}
.normalBold {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
}
.title {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 15px;
	font-weight: bold;
	color:#723C2B;
}
.title2 {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 15px;
	font-weight: bold;
	color:#FFFFFF;
}
html { 
/*scrollbar proberities*/ 
scrollbar-3dlight-color: #EAD800; 
scrollbar-arrow-color: #804C00; 
scrollbar-base-color: #EAD800; 
scrollbar-face-color: #EAD800; 
scrollbar-highlight-color: #FFFFCC; 
scrollbar-shadow-color: #A06600; 
scrollbar-track-color: #F8E981; 
scrollbar-darkshadow-color: #A06600; 
}
