body {
	background: transparent;
	font-family: tahoma;
	color: #360503;
	line-height: 10px;
	cursor: default;
	font-size: 11;
	margin: 0px;
	scrollbar-3dlight-color:#C27456;
	scrollbar-arrow-color: #D3983B;
	scrollbar-base-color: #774C3B;
	scrollbar-darkshadow-color: #45271B;
	scrollbar-face-color: #774C3B;
	scrollbar-highlight-color: #C27456;
	scrollbar-shadow-color:#45271B;
	scrollbar-track-color: #D2E0E0;

}



a:link, a:active, a:visited {
	text-decoration: none;
	color:#D3983B;
	font-weight: bold;
}


a:hover {
	color:#D3983B;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
}

div#title {
	text-align: right;
	font-family: 'arial';
                color: #D53F17;
                font-size: 13;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px dotted;
}

input, textarea, option, select {
	font-family: 'tahoma';
	font-size: 11;
	color: #D3983B;
	background-color: #360503;
	border: 1px solid #832307;
	cursor: default;
}

table, tr, td {
	font-size: 11;
}