body, td, p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #888888;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.small {
	font-size: 11px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 150%;
	display: inline;
	font-weight: normal;
	color: #AC8D65;
}

.black {
	color: #000000;
}

.white {
	color: #ffffff;
}

a:link { color:#AC8D65; text-decoration:underline}
a:visited { color:#AC8D65; text-decoration:underline}
a:hover { color:#000000; text-decoration:underline}
a:active { color:#8A6F4D; text-decoration:underline}

a.black:link { color:#000000; text-decoration:underline}
a.black:visited { color:#000000; text-decoration:underline}
a.black:hover { color:#000000; text-decoration:underline}
a.black:active { color:#000000; text-decoration:underline}

ul {
	list-style-type: square;
}
