body {
	font-family: "Georgia", Arial, Helvetica, Sans-serif;
/*	font-family: "Trebuchet MS", "Segoe UI", Trebuchet, "Bitstream Vera Sans", "DejaVu Sans", Verdana;*/
	font-size: 11pt;
	color: black;
}
h1, h2, h3, h4 {
	font-weight: bold;
}
h1, h2 {
	font-family: Cambria;
}
h1 {
	color: rgb(54, 95, 145);
	font-size: 14pt;
}
h2, h3, h4, h5 {
	color: rgb(79, 129, 189);
}
h2 {
	font-size: 13pt;
}
h3 {
	font-size: 11pt;
}
h4 {
	font-size: 11pt;
	font-style: italic;
}
h5 {
	font-size: 10pt;
}
pre {
	font-family: "Vera Sans Mono", Consolas, Monaco, "Lucida Typewriter", "Courier New", sans-serif;
}

/* custom */
div#header, div#content {
	border-bottom: 1px solid #A6A6A6;
}
div#wrapper {
	margin: 0 auto;
	width: 1000px;
}
div.clear {
	clear: both;
}
div#header h1 {
	font-size: 1.6em;
	font-family: Arial;
	color: #737373;
	float: left;
	margin-bottom: 0;
}
div#content {
	background-color: white;
	padding: 20px 30px;
	text-align: justify;
	line-height: 1.5em;
}
div#menu {
	 float: right;
	 margin-top: 24px;
	 padding: 4px 6px;
	 background-color: rgb(245,245,245);
}
ul#main_menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#main_menu li {
	list-style: none;
	padding: 0;
	display: inline;
	margin: 0 6px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a, a:visited {
	color: rgb(112,146,190);
}
div#footer {
	text-align: center;
	font-size: .8em;
	color: #737373;
}
img {
	border: 1px solid #E5E5E5;
}
ul#main_menu a {
	color: #737373;
}
pre {
	border: 1px solid #D8D8D8;
	background-color: #E8E8E8;
	padding: 3px 8px;
}
table {
	width: 100%;
	border-collapse: collapse;
}
tr td {
	border-bottom: 1px solid #999;
	vertical-align: top;
}
tr th {
	background: #999;
	color: #fff;
}
table td {
	border-spacing: 0;
}
table th, table td {
	padding: 4px 10px 4px 5px;
}
tr.yellow {
	background-color: #FFEFB5;
}
tr.odd {
	background-color: #E8E8E8;
}
tr.totals {
	padding: 1em;
	background-color: #FFEFB5;
	font-weight: bold;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
table tr:hover {
	background-color: #D1F4FF;
}
dt {
	float: left;
	width: 250px;
}
dd {
	border-left: 1px solid #DDDDDD;
	padding-left: 1em;
	margin-left: 250px;
}
em {
	color: #686868;
}
hr {
	border: 0;
	background-color: #DDDDDD;
	height: 1px;
	margin-bottom: 1.5em;
}
