body {
	margin: 0px;
	padding: 0px;

}

td {

font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;

}

a:link,
a:active,
a:visited {
	color: #436FBD;

}

a:link.nav,
a:active.nav,
a:visited.nav {
	color: #A94401;
	font-weight: bold;
	text-decoration:none 

}

a:link.navsub,
a:active.navsub,
a:visited.navsub {
	color: #A94401;
	text-decoration:none 

}

h1 {
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #EC5F03;
	font-weight: bold
}

h2 {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #663300;
	font-weight: bold
}



/* FOOTER */

#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #277FD1;
	padding-top: 10px;
	padding-left: 8px;
	padding-bottom: 10px;
	clear: both;
	width: 750px;
	background-image: none;
	background:#FFFFFF;


}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;


}
#footer a:link,
#footer a:visited {
	color: #3366CC;

}

#content-home #footer {
	width:724px;
	border-top-color: #999999;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;


}

/* BUTTON STYLES */

input.button {
	padding-top:2px;
	padding-bottom:2px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFBD33;
	border-top: 2px solid #FBDB99;
	border-right: 2px solid #FBDB99;
	border-bottom: 2px solid #FF8B17;
	border-left: 2px solid #FF8B17;
	
}
