BODY
{
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
}

#emailer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
}

TD
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
}

.formbutton {
    text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight : normal;
}

.formHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.textSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.input { 
	border:1px solid;
	border: 1px solid #000000;
	background-color:#EBEFF3;
	color:#222222;
	font-size:11px;
	font-family: Arial;
	font-weight: normal;
	height=18;
	width=400;
}

.select { 
	border:1px solid;
	border: 1px solid #000000;
	background-color:#EBEFF3;
	color:#222222;
	font-size:11px;
	font-family: Arial;
	font-weight: normal;
	height=18;
}

option {
	border:0px none;
	border: 1px solid #000000;
	background-color:#EBEFF3;
	color:#222222;
	font-size:11px;
	font-family: Arial;
	font-weight: normal;
}

.textarea  {
	padding: 0px;
	border: 1px solid #000000;
	background-color:#EBEFF3;
	color:#222222;
	font-size:11px;
	font-family: Arial;
	font-weight: normal;
	height=250;
	width=400;
}

.button {
	border:1px solid;
	border: 1px solid #000000;
	background-color:#EBEFF3;
	color:#222222;
	font-size:10px;
	font-family: Arial;
	font-weight: normal;
	text-transform: uppercase;
	height=18;
}

.checkbox {
	border:1px solid;
	border: 1px solid #000000;
	background-color:#FFFFFF;
	color:#222222;
	font-size:11px;
	font-family: Arial;
	font-weight: normal;
	height=18;
	width=18;
}

.file {
	border:1px solid;
	border: 1px solid #000000;
	background-color:#EBEFF3;
	color:#222222;
	font-size:11px;
	font-family: Arial;
	font-weight: normal;
	height=18;
	width=400;
}
.forminputsmall { border:1px solid; border: 1px solid #000000; background-color:#EBEFF3; color:#222222; font-size:11px; font-family: Arial; font-weight: normal; height=18; width=120; }

