p {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	}

td {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	}
	
a:link {
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #FB5300;
	line-height: 1.5em;
	text-decoration:none;
	font-weight:600;
	}

a:visited {
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #FB5300;
	line-height: 1.5em;
	text-decoration:none;
	font-weight:600;
	}

a:hover {
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
	text-decoration:underline;
	font-weight:600;
	}
	
a.footer:link {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
	color: #FFFFFF;
	}
	
a.footer:visited {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
	color: #FFFFFF;
	}

a.footer:hover {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	text-decoration:underline;
	color: #FFF000;
	}
	
.title {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: #FB5300;
	}
	
.footer {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica,  Sans-Serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 1.5em;
	}
.required {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica,  Sans-Serif;
	font-size: 11px;
	color: #FF0000;	
	}	
.feature {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica,  Sans-Serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.5em;
	}

.feature2 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica,  Sans-Serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.5em;
	}	

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #393957;
	border: 1px inset #A1978F;
}

/*use this class to eliminate border on input images*/
.input2 {
	border: none;
}

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #C52809;
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}
