.header {
	font-size: 12px;
	font-weight: bold;
	color: #DE7709;
}
.lighterbg {
	background-color: #F4F0ED;
	background-image: none;
}
.darkerbg {
	background-image: url(images/footerBackgroundImg.gif);
	color: #FFFFFF;
}
.padding {
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.smallpadding {
	margin-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
.serif {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #B5630B;
}
body, td {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-image:url(images/backgroundImg.gif);
	vertical-align:top;
}
p {
	font-family: Verdana;
	font-size: 10px;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
li {
	list-style-position: inside;
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}
a:link {
	font-weight: bold;
	color: #DE7709;
	text-decoration: underline;
}
a:hover {
	color: #F89A3D;
	text-decoration: none;
}
a:visited {
	color: #995306;
	font-weight: bold;
}
a:active {
	color: #F79931;
}
a.white:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	color: #FFFFFF;
	font-weight: bold;
}
a.white:active {
	color: #FFFFFF;
}

