body {
	background: #666666;
	width: 80%;
	height: 80%;
	color: #ffffff;
	font-family: Lucida Sans, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
}
table, tr, td, img, a {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a:link {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ffff00;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
#top {
	background: #990000;
	height: 75px;
	width: 100%;
}
#top_firmname {
	text-align: left;
	font-size: 120%
}
#top_contact {
	text-align: right;
	font-size: 120%
}
#logo {
	display: inline;
	text-align: center;
}
.topbar {
	background: #cc0000;
	border-bottom: solid 5px #666666;
	height: 25px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#topbar_leftfade {
	float: left;
	display: inline;
}
#topbar_menu {
	float: right;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}
#topbar_item {
	text-align: center;
}
#topbar_item_bold {
	font-weight: bold;
	text-align: center;
}
td.spacer {
	background: #666666;
	width: 5px;
}

td.sidebar {
	width: 150px;
	float: left;
	background: #000033;
	text-align: right;
	padding: 5px;
	min-height: 27em;
}
table.sidebar {
	background: #000033;
	padding: 0px;
	margin: 0px;
}
#sidebar_item {
	padding: 0px;
}
#sidebar_item_bold {
	padding: 0px;
	font-weight: bold;
}

.page_body {
	width: 100%;
	background: #000099;
	vertical-align: top;
	padding: 0px;
}
td.page_body {
	min-height: 27em;
	padding: 10px;
}
td.footer_sidebar {
	width: 150px;
	height: 100px;
	float: left;
	background: #000033;
	padding: 10px;
	text-align: center;
}
table.footer_body {
	width: 100%;
	background: #000099;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
td.footer_body {
	width: 100%;
	background: #000099;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

#page_img {
	vertical-align: bottom;
	float: right;
	border: 1px solid #ffffff;
	margin: 10px;
}
#legal {
	font-size: 80%;
}
