.a {
	font-family:Arial;
}

.b {
	font-weight:bold;
}
.i {
	font-style:italic;
}
.u {
	text-decoration:underline;
}

.s9 {
	font-size:9px;
}.s10 {
	font-size:10px;
}.s11 { 
	font-size:11px;
}.s12 {
	font-size:12px;
}.s13 {
	font-size:13px;
}.s14 {
	font-size:14px;
}.s15 {
	font-size:15px;
}.s16 {
	font-size:16px;
}

a, a:visited, a:active {
	color:#FF8E11; 
	text-decoration:none;
}
a:hover {
	color:#FF8E11;
	text-decoration:none;;
}
body, td, th, p, legend {
	font-family:Arial;
	font-size:11px;
	line-height:18px;
	color:#FFF;
}
h1 {
	color:#FF8E11;
	font-size:32px;
	line-height:36px;
	font-weight:bold;
	text-transform:uppercase;
}
h2 {
	color:#FF8E11;
	font-size:26px;
	line-height:32px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:-3px;
}
h3 {
	color:#FF8E11;
	font-size:22px;
	line-height:30px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:-15px;
}
h4 {
	color:#FF8E11;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:-15px;
}
h5 {
	color:#FF8E11;
	font-size:14px;
	font-weight:bold;
	margin-bottom:-15px;
	text-transform:uppercase;
}
h6 {
	color:#FF8E11;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:-3px;
}
input, textarea { 
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
}
.content input, textarea { 
	font-family:Arial;
	font-size:11px;
}
.button input { 
	font-family:Arial;
	font-size:11px;
	color:#000000;
}

td {
vertical-align:top;
}
