.menulinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-weight: bold;
}

.menulinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #C02F1C;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-weight: bold;
}
.bodytextgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.whitetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #C02F1C;
	text-decoration: none;
}


.menutable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-weight: bold;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 3px;
}
.redtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C02F1C;
	text-decoration: none;

}
.sendbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C02F1C;
}
.dotright {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
.dotboth {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
}
.sendbutton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C02F1C;
	text-decoration: none;
	background-color: #FFFFFF;
}

form {
	margin:0px;
	padding:0px;
}
