body {
scrollbar-face-color: #e2cebd; 
scrollbar-highlight-color:#e2cebd;
scrollbar-shadow-color:#996600;
scrollbar-arrow-color:#996600;
scrollbar-track-color:#663300;
scrollbar-3dlight-color:#996600;
scrollbar-dark-shadow-color: #996600;

background-color: white;
background-image: url(/images/bg.jpg);

}
h1 {
	font-family: Arial;
	font-size: 24px;
	color: #663300;
}
.fWhite
{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}
.fSmall {
	font-family: Arial;
	font-size: 12px;
	color: #663300;
}
.tableMain
{
	background-color: #e2cebd;
	BORDER-RIGHT: #D7AE86 2px solid;
	BORDER-TOP: #D7AE86 2px solid;
	BORDER-LEFT: #D7AE86 2px solid;
	BORDER-BOTTOM: #D7AE86 2px solid;
}
.small {
	font-family: Arial;
	font-size: 10px;
	color: #663300;
}	
.medium {
	font-family: Arial;
	font-size: 14px;
	color: #663300;
}
.mediumBold {
	font-family: Arial;
	font-size: 14px;
	color: #663300;
	font-weight:bold;
}
.large {
	font-family: Arial;
	font-size: 16px;
	color: #663300;
}
a:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #996600;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #996600;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #996600;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: blue ;
	text-decoration: none;
}
.dgHeader {
text-align: center;
background-color: whiteSmoke;
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: black;
}
.dgItem {
text-align: center;
font-family: Arial;
font-size: 12px;
color: black;
}
.dgAltItem {
text-align: center;
background-color: whiteSmoke;
font-family: Arial;
font-size: 12px;
color: black;
}
.dgFooter {
text-align: center;
background-color: whiteSmoke;
font-family: Arial;
font-size: 12px;
font-weight: bold;	
color: black;
}
.inputBox {
	background-color: white ;
	color: blue;
	
}			