body, td, th, p
{
	font-family: verdana, tahoma;
	font-size: 8pt;
	scrollbar-face-color: white; 
	scrollbar-shadow-color: #00549F; 
	scrollbar-3dlight-color: #00549F; 
	scrollbar-arrow-color: #00549F; 
	scrollbar-track-color: white;
	scrollbar-base-color: white; 
}
body
{
	background: url('images/body_bg.gif') repeat-x #75674d;
}
.table_outer
{
	border: solid 1px #e3e3e3;
	background-color: #ffffff;
}
.table_inner
{
	border: solid 1px #e3e3e3;
	background-color: #ffffff;
	padding: 15px;
}
.logo
{
	padding-top: 5px;
	padding-bottom: 3px;
	float: left;
}
.date
{
	float: right;
	text-align: right;
	padding-top: 65px;
	font-size: 7pt;
	font-style: italic;
	color: #75674d;
}
.blackbar
{
	clear: both;
	height: 3px;
	background-color: #000000;
}
.spacer
{
	clear: both;
	height: 2px;
	background-color: #ffffff;
}
.menu
{
	text-align: center;
}
.indent
{
	padding: 5px;
	padding-left: 15px;
}

.box_light
{
	border: solid 1px #c6b289;
	background-color: #e5dac1;
	padding: 7px;
}
.box_medium
{
	border: solid 1px #c6b289;
	background-color: #d2bf99;
	padding: 7px;
}
.box_dark
{
	border: solid 1px #c6b289;
	background-color: #bda374;
	padding: 7px;
}
.box_footer
{
	border: solid 1px #cfc7ac;
	background-color: #e1dbc7;
	padding: 10px;
	color: #676352;
	text-align: center;
}
.copy
{
	padding: 3px;
	font-size: 7pt;
	color: #676352;
	text-align: center;
}
.box_border
{
	border: solid 1px #c6b289;
}

.header
{
	color: #3a3728;
	font-size: 9pt;
	font-weight: bold;
	padding: 3px;
	padding-left: 5px;
}

.header_table
{
	color: #3a3728;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	padding: 3px;
	padding-left: 5px;
}

.header_line
{
	height: 1px;
	border-top: solid 1px #d1be92;
	border-bottom: solid 1px #dfd2b7;
}

ul
{
	margin: 16px;
	padding-left: 15px;
}
li.dark
{
	list-style-image: url('images/bullet_dark.gif');
	color: #3a3728;
}
li.white
{
	list-style-image: url('images/bullet_white.gif');
	color: #ffffff;
}

a:link, a:active, a:visited
{
	color: #b22222;
	text-decoration: underline;
}
a:hover
{
	color: #222222;
	text-decoration: none;
}
a:link.white, a:active.white, a:visited.white
{
	color: #ffffff;
	text-decoration: none;
}
a:hover.white
{
	color: #ffffff;
	text-decoration: underline;
}
a:link.footer, a:active.footer, a:visited.footer
{
	color: #676352;
	text-decoration: none;
}
a:hover.footer
{
	color: #676352;
	text-decoration: underline;
}
