body {
	font: 13px/1.3 arial, helvetica, sans-serif;
	color: #343434;
	}
table, tr, th, td {
	font: 13px/1.3 arial, helvetica, sans-serif;
	color: #343434;
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
	}

p, h1, h3, h4, h5, h6 { margin-top: 0; }

h1 {
	font: normal 22px georgia, serif;
	color: #0a4a80;
	}
	
h2 {
	font: bold 18px 'arial narrow', arial, helvetica, sans-serif;
	color: #a71600;
	margin-top: 10px;
	}
	
small {
	font-size: 10px;
	color: #333;
	}
	
.center { text-align: center; }
	
a:link, a:active, a:visited {
	color: #be0200;
	text-decoration: underline;
	}
a:hover { color: #eb5100; }

#form {}
#form th {
	padding: 10px 20px 10px 0;
	border-bottom: 1px solid #ededed;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	}
#form td {
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #ededed;
	vertical-align: top;
	white-space: nowrap;
	vertical-align: top;
	}
.agree {
	background: #fff5dd;
	padding: 10px 20px;
	border: 1px solid #ffeab9;
	text-align: center;
	}

.required, #form td span { color: red; }

input, select, textarea {
	font: 12px/1.4 arial, helvetica, sans-serif;
	color: #343434;
	}
textarea { width: 95%; }