body {
	background: #FCFDFE;
}
body, p, td, th, li, input, textarea, select {
	font: 12px Helvetica, Arial, Verdana, sans-serif;
}
input, select, textarea {
	border: solid 1px #638B95;  padding: 2px; background: #F0F0F0;
}
input[type="submit"]:hover {
	background: #E0E0E6;
}
input[type="reset"]:hover {
	background: #E0E0E6;
}
input[type="button"]:hover {
	background: #E0E0E6;
}
h1 {
	padding: 10px 20px; font-size: 14px; color: #638B95; letter-spacing: 2px; word-spacing: 5px; text-transform: uppercase;
}
h2 {
	color: #638B95; font-size: 12px; letter-spacing: 1px; word-spacing: 3px;
}
a {
	text-decoration: none; color: #D4801E;
}
a:visited {
	color: #FD8A03;
}
a:hover {
	text-decoration: underline;
}
.content {
	color: #333333; padding: 0 30px 10px 10px;
}
img.pad {
	padding: 0 0 5px 5px;
}
.horizline {
	clear: both; border-top: solid 1px #638B95;
}
.footer {
	font-size: 10px; font-weight: bold;
}
.footer a {
	color: #555555; padding: 0 5px; 
}
.copyright {
	font-size: 10px; font-weight: bold; padding-right: 20px;
}
.copyright a {
	color: #555555;
}
ul.padding li {
	padding-bottom: 10px;
}