/* CSS Document */

body, html, div { 
	margin: 0; padding: 0; 
}
body {
	background: #d2a775;
	font: 76% Verdana, Helvetica, Arial, sans-serif;
}

h1 {
	color: #c30;
	font-size: 1.3em;
	margin:30px 0px 0px 0px;
	z-index:500;
	
}

h2 {
	font-size: 1.2em;
	color: #c30;
	margin:0px 0px 0px 0px
}

h3 {
	font-size: 1.1em;
	color:#c30;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: .9em;
	display:inline;
	margin:2px;
}
a {
	color: #9E4B30;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color:#000000;
}
#left a:hover {
	text-decoration: underline;
}
#footer a {
	color: #785b51;
}
ol li {
	list-style-type:upper-alpha;
	margin-bottom:10px;
}
#left ul {
	margin:5px 0px 0px 20px;
	list-style-type: disc;
	color: #D2A775;
}

#left_list ul {
	margin:0px 0px 0px 10px;
	padding: 0px 0px 0px 5px;
	list-style-type: disc;
	color: #D2A775;
}

#left_list ul li {
	padding: 0px 0px 5px 0px;
}

.b{
font-weight:bold;
}
.developers_note{
	color:#FF33FF;
}
.txt_percent_70 {
	font-size:70%;
}
.txt_percent_80 {
	font-size:80%;
}
.txt_percent_90 {
	font-size:90%;
}
.txt_percent_110 {
	font-size:110%;
}
.txt_percent_120 {
	font-size:120%;
}

input, textarea {
	background-color:#d2a775;
}
textarea {
font: 12px Verdana, Helvetica, Arial, sans-serif;
}
.text_input {width:100px;}
.button {width: 60px;}

.fees_table {
	font-size:11px;
	border-left: 1px solid black;
	border-top: 1px solid black;
}
.fees_table td {
	border: 1px solid black;
	border-collapse:collapse;
	border-left:0px;
	border-top:0px;
	vertical-align:top;
}
.fees_table input {
	border:0px;
	padding:0px;
	margin:0px 0px 0px 1px;
	background-color:#DCDEB4;
}
.fees_table .input_short {
	width:25px;
}
.fees_table .input_wide {
	width:45px;
}
.fees_table .hdr {
	font-weight:bold;
}