@CHARSET "UTF-8";

body {	
	font-family: Verdana;
	font-size: .8em;
	
	color: #f5dfb6;
	background-color: #3e3001;
	
	text-align: center;
}

big {
	font-size:1.5em;
}

a {
	//color: #cf3001;
	color: #ff3001;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ef5223;
	
}

table tr th{
	text-align:right;
}

table.rightAlign tr td{
	text-align: right;
} 

ol li{
	margin-bottom:1em;
}

table tr th,
table tr td{
	
	vertical-align: top;
	color: #f5dfb6;
	font-size: .8em;
}

input,
select,
textarea {
	color: #FFFFFF;
	background-color: #663300;
}

input.checkbox,
input.radio {
	background-color: #3e3001;
}

input.disabled,
select.disabled,
textarea.disabled {
	color: #666666;
	background-color: #c09000;
}

h1{
	font-family: Georgia;
	font-size: 1.6em;
	color: cccccc;
}

h2{
	font-family: Georgia;
	font-size: 1.2em;
	color: ffffff;
}