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

body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
.mainbody {
	width: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}
a:link {
	color: #9A8B7D;
	text-decoration: none;
}
a:visited {
	color: #9A8B7D;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.padding {
	padding-right: 15px;
	padding-left: 15px;
}
.divide {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C3B6AB;
}
ul li {
	list-style-image: url(../images/bullet.gif);
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
}
.subhead {
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

