﻿body { /*default text style in body */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}
.FormTable {
	border: 1px solid #000000;
	background-color: #EBEBEB;
}
.FormConfirmation {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	text-align: center;
}
.EmailFormHead {
	font-family: verdana, arial, helvetica;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.FormFooter {
	font-family: verdana, arial, helvetica;
	font-size: 9px;
}
.FormText {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	text-align: left;
	color: #800000;
}
