body {
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-track-color: #FFFFFF;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 180%;
	color:#333333;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-color:#EEEEEE;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:17px;
}
h1 {
	font-size:16px;
	color:#A40004;
}
h2 {
	font-size:14px;
	color:#A40004;
}
h3 {
	font-size:12px;
	color:#A40004;
}
a:link, a:visited {
	color:#333333;
	text-decoration: underline; 
	font-weight: bold;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline; 
	font-weight: bold;
}
.menu a:link, .menu a:visited{
	font-family:"MS Sans Serif";
	font-weight: bold;
	font-size: 12px;
	text-decoration: none; 
	color: #666666;
}
.menu a:hover {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none; 
}
.left {
	color:#FFFFFF;
}
form {
	margin:0px; 
	color:#FFFFFF;
}
input.button { 
	background: #660000;
	color:#EEEEEE;
	width: 70px;
	height: 22px;
	border-color:#CCCCCC;
}
input.textbox {
	border:solid 1px;
	border-color:#A40004;
	width:70px;
	height:15px;
	font-size:10px;
}
input.textbox-big {
	border:solid 1px;
	border-color:#A40004;
	width:100px;
	height:15px;
	font-size:10px;
}
select {
	arrow-color: #FFFFFF;
	width:70px;
	height:18px;
	border:none;
	font-size:10px;
}
select.selectwide {
	arrow-color: #FFFFFF;
	width:150px;
	height:18px;
	border:none;
	font-size:10px;
}
input.buttonshort { 
	background: #660000;
	color:#EEEEEE;
	width: 40px;
	height: 20px;
	border-color:#CCCCCC;
}