.button {
	font-family: arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding-left: 0.3em
}
.nav {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-left: .8em
}
hr {
	border: 3px ridge #D80100;
	width: 100%;
	height: 6px;
	margin: 10px auto 0 0;
}
.terms {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.menu {
	font-family: verdana;
	font-size: 13px;
	text-align: right;
	font-weight: bold;
}
.body {
	font-family: verdana;
	font-size: 15px;
}
.small {
	font-family: arial;
	font-size: 12px;
	text-align: center;
}
.small2 {
	font-family: arial;
	font-size: 12px;
	text-align: left;
}
.legalfooter {
	font-family: arial;
	font-size: 12px;
	color: white;
	text-align: center;
}
h1 {
	font-family:Georgia;
	font-weight:bold;
	line-height:1.0em;
	font-size:2em;
	margin:.3em 0;
	border-bottom:1.0px solid #EFEEEA;
	color:#D80100;
}
h2 {
	font-family:Georgia;
	font-weight:normal;
	line-height:1.0em;
	font-size:1.3em;
	margin:.3em 0;
	border-bottom:1.0px solid #EFEEEA;
	color:#D80100;
}
.h2a {
	font-family:Georgia;
	font-weight:bold;
	font-size:1.3em;
	margin:.3em 0;
}
.h2b {
	font-family:Georgia;
	font-weight:bold;
	font-size:1.3em;
	margin:.3em 0;
	color:#1111ff;
}
h3 {
	font-family: arial;
	font-size: 15px;
	font-weight:bold;
	line-height:1.0em;
	margin:.3em 0;
	border-bottom:1.0px solid #EFEEEA;
	color:#D80100;
}
.h3a {
	font-family: arial;
	font-size:1.2em;
	font-weight:bold;
	color:#1111ff;
}
.h3b {
	font-family: arial;
	font-size:1.2em;
	font-weight:bold;
	color:#D80100;
}
td {
	font-family: verdana;
	font-size: 15px;
}
tr {
	font-family: verdana;
	font-size: 15px;
}
label2 {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
legend {
	color: white;
	background: #b90004;
	border: 1px solid #781351;
	padding: 2px 6px;
}
.fieldset1 {
	border: 1px solid #781351;
	width: 20em
}
.fieldset2 {
	border: 1px solid #781351;
	width: 100%
}
.submit {
	color: black;
	background: #dfdfdf;
	border: 1px outset black;
}
.btnav {
	background-color: #B40000;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}
.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}
.myButton:active {
	position:relative;
	top:1px;
}
