/* CSS Document */

body {
	background-color: #F1E7DB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #534741;
	scrollbar-face-color: #F1E7DB;
	scrollbar-highlight-color: #F1E7DB;
	scrollbar-shadow-color: #F1E7DB;
	scrollbar-3dlight-color: #F1E7DB;
	scrollbar-arrow-color: #534741;
	scrollbar-track-color: #F1E7DB;
	scrollbar-darkshadow-color: #F1E7DB;
}
a {
	font-size: 11px;
	color: #534741;
}
a:visited {
	color: #534741;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 11px;
}
.inputfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #534741;
	background-color: #F1E7DB;
	color: #534741;
}
.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #534741;
	border: 1px solid #534741;
	background-color: #F1E7DB;
	font-weight: bold;
}
hr {
	color: #534741;
}
