body {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	background-color: White;
	margin:0;
	padding: 1px 0px 0px 0px;	
}

form, div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

#footer {
	height: 35px;
	border-top: 1px solid #595C04;
	text-align: center;
	background-color: #FAFAD2;
	color: #595C04;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	color: #595C04;
	padding: 10px;
}
#header {
	height: 75px;
	border-bottom: 1px solid #595C04;
	text-align: center;
	background-color: #FFA500;
	color: White;
}
#header td {
	padding: 10px;
}
#header h1, #header h1 a {
	color: White;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	font-family: "Trebuchet MS";
}
#header a, #header a:link, #header a:visited {
	color: White;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 7px 5px 7px;
}
#header a:hover {
	color: #FAFAD2;
	text-decoration: underline;
}


table {
	font: Verdana;
	font-size: 12px;
}

table td {
	line-height:18px;
}

h1 {
	color: #E37E00;
	font-size:17px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	text-align:center;
}

h2 {
	color: #CA6F00;
	font-size:15px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

font.orange {
	color:#FB2020;
}

a {
	color: Maroon;
	text-decoration:none;
}

a:hover {
	color: #DD0000;
	text-decoration:underline;
}

input.text, select, textarea {
	border:1px solid #000000;
	font-size:12px;
	font-family:Verdana;
}

input.button {
	border:1px solid #000000;
	background-color: Silver;
	color: #565656;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana;
}

.main {
/*	background-image: url(/images/combo.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
*/}

hr { 
	height: 1px;
	width: 100%;	
	color: #B4B414;
	background-color: #B4B414; 
	margin-top: 5px;
	margin-bottom: 5px;
}
html>body hr { 
	
	margin-right: 0;
	width: 100%;
	height: 1px;
	background-color: #B4B414;
	border: 0px solid #B4B414;
}

.center_column {
   border-right: 1px solid #595C04;	
	border-left: 1px solid #595C04;	
	padding: 10px 20px 20px 20px;
}

td.left_column {
	vertical-align: top;
	font-size: 11px;
	padding: 10px 20px 20px 20px;
}

td.left_column a {
	font-size: 11px;
	font-weight: bold;
}
td.left_column h2 {
	color: #FF6347;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

a.href {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #C25D0A;
}

a.sub_href {
	font-size: 11px;	
	color: #474747;
}