body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
body {}

a, a:link, a:visited {
	color: #DFB32D;
}

a:hover, a:active {
	color: #FFF;
}


p { margin-left:10px;
    margin-right:15px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 36px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 24px;
	color: #DFB32D;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left:25px;
}
h3 {
	font-size: 18px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h5 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h6 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#leftnav {color: #dfb32d; font-size:14px; font-weight:bold;}
#leftnav ul, #leftnav li {	
					list-style-type:none;
					width:150px;
					margin:0;
					}

#leftnav a, #leftnav a:link, #leftnav a:visited {	display:block;
					color: #dfb32d;
					background:transparent;
					border-bottom:1px solid #dfb32d;
					font-weight:bold;
					text-decoration:none;
					padding:2px 5px 3px 2px;
					text-align:right;
					font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size:14px;
					}

#leftnav a:hover, #leftnav a:active {		background:#9B2323 ;}