body{
	background-color:white;
	padding:0px;
	margin:0px;
	color:#5B5713;
	font-family:verdana,tahoma,arial,sans-serif;
	font-size:10px;
}
td{
	color:#5B5713;
	font-family:verdana,tahoma,arial,sans-serif;
	font-size:10px;
}
P{
	font-size:11px;
	letter-spacing:0.05em;
	word-spacing:0.05em;
	line-height:1.4em;
}
h1{font-size:20px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:13px;}
h6{font-size:12px;}
h1,h2,h3,h4,h5,h6{
	font-family:tahoma,arial,sans-serif;
	color:#9aa821;
	padding:0px;
	margin:0px;
	letter-spacing:0.05em;
	word-spacing:0.1em;
}
.col{
	font-weight:bold;
	color:#ffffff;
	font-size:11px;
	background-color:#5b5713;
}

a{
	color:#9aa821;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{
	color:#5b5713;
	background:#ffffee;
}

a.footer{
	color:ffffcc;
}
a.footer:hover{
	color:#5b5713;
	background:#ffffee;
}
li{
	margin-bottom:6px;
}



.opacity_100{
	opacity : 1;
	-moz-opacity : 1;
	-ms-filter:'alpha(opacity=100)';
	filter : 'alpha(opacity=100)';
}
.opacity_50{
	opacity : .4;
	MozOpacity : .4;
	-ms-filter:'alpha(opacity=40)';
	filter : 'alpha(opacity=40)';
}

td.left{
	text-align:right;
	font-weight:bold;
}
td.right{
	text-align:left;
}
td.right input, td.right textarea{
	font-size:11px;
}
.formtable{
	background:#eeeeee;
}
.formtable td, .formtable th{
	background:#ffffff;
}
