/* CSS Document */

html {
	background-color: #fff;
	background-image: url(../images/bgd-fade.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444c4d;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #c76301;

}
a:visited {
	text-decoration: none;
	color: #c76301;
}
a:hover {
	text-decoration: underline;
	color: #424345;
}
a:active {
	text-decoration: none;
	color: #c76301;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: none;
	color: #444c4d;
}

.sub-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #99a1a8;
}

.errors { font-style: italic; color: #FF0000; }
.contact-form th { vertical-align: top; }
