body {
	background: #ededed;
	font: 12px/1.5 arial, helvetica, sans-serif;
	color: #353535;
	}
	
table, tr, th, td {
	font: 12px/1.5 arial, helvetica, sans-serif;
	color: #353535;
	border-collapse: collapse;
	border: none;
	}
	
p, h2 { margin-top: 0; }
	
h1 {
	background: #fff;
	font-size: 23px;
	font-weight: normal;
	border-bottom: 1px solid #d1d1d1;
	color: #303e80;
	margin: 0;
	padding: 15px;
	}

h2 {
	font-size: 16px;
	font-weight: normal;
	font-style: italics;
	color: #c10402;
	}
	
#site { padding: 15px; }
.blue { color: #435e99; }
.red { color: #c10402; }
form {
	margin: 0;
	padding: 0;
	}
#form {
	margin: 0;
	}
#form th {
	font-weight: bold;
	text-align: left;
	padding: 25px 3px 5px 3px;
	border-bottom: #f9f9f9;
	}
#form td {
	padding: 5px 10px;
	}
#form td span {
	font-weight: bold;
	font-size: 11px;
	color: #c10402;
	}
input {
	font: 12px/1.5 arial, helvetica, sans-serif;
	color: #353535;
	}
	
.note {
	color: #585858;
	}
	
a:link, a:active, a:visited {
	color: #435e99;
	text-decoration: underline;
	}
a:hover { color: #6180c4; }