@charset "UTF-8";
/* CSS Document */

body {
	background-color: #770F18;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.contact {
	font-size: 14px;
	color: #F4E1B4;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #F4E1B4;
}
a:active {
	text-decoration: none;
}.hdg {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.white {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}

