TABLE, TEXTAREA, INPUT { 
	font: 10px Verdana; color:#F7911F;
}
tr.nav, td.nav {
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	font-family: "Bradley Hand ITC", Times New Roman, Times, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #F7911F;
}
tr.sectionheader, td.sectionheader, p.sectionheader {
	color: #F7911F;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	font-family: "Bradley Hand ITC", Times New Roman, Times, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
tr.sectionfooter, td.sectionfooter {
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	font-family: "Verdana";
	text-decoration: none;
	background-color: #F7911F;
}

tr.fileheader, td.fileheader {
    background-image: url(images/nav_bg.gif);
    background-color: #a30404;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
	text-decoration: none;
}

span.small {
    font-size: 9px;
    font-weight: normal;
}

BODY { 
	font: 10px Verdana;
	color:#F7911F;
	text-shadow:1;
}

.forminput {
	background-color:#FFFFFF;
	border: 1px #FFFFFF solid;
	color: #FF0000;
	font-family:verdana;
	font-size:10px;
	padding-left:2px;
	padding-right:2px;
}

.textinput {
	background-color:#FFFFFF;
	border: 1px #FFFFFF solid;
	color: #FFFFFF;
	font-family: "verdana";
	font-size:11px;
	padding:2px;
	width:95%;
}
a:link {
	color: #F7911F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F7911F;
}
a:hover {
	text-decoration: underline;
	color: #F7911F;
}
a:active {
	text-decoration: none;
	color: #F7911F;
}