/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #32393B;
}
body {
	background-color: #D5CDC0;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
}
a:link {
	color: #E89D4A;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #E89D4A;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #8F9498;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #EBB375;
}
.h1 {
	font-size: 11pt;
	font-weight: bold;
	color: #944936;
}
.h2 {
	font-size: 11px;
	font-weight: bold;
	color: #32393B;
	}
.title {
	font-size: 11pt;
	font-weight: bold;
	color: #32393B;
	}
.quote {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}
.smgray {
	font-size: 9px;
	color: #969696;
	font-style: italic;
}
.colorsblack {
	color: #32393B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.colorswhite {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.swhite {
	color: #FFFFFF;
}