html {
	overflow-y: scroll;
}
table { border-collapse: collapse; margin: 0; }
td { margin: 0; padding: 0; }
body {
	font-family: verdana, arial, sans, sans-serif;
	font-size: 11pt;
	margin: 0 0 10px 0;
	background-color: white;
}
p {
	margin: 0 0 10px 0;
	font-size: 11pt;
}
h1 {
	margin: 0 0 10px 0;
	font-size: 18pt;
	font-weight: bold;
}
h2 {
	margin: 10px 0;
	font-size: 13pt;
	font-weight: bold;
	color: #7890b0;
}
h3 {
	margin: 12px 0;
	font-size: 11pt;
	font-weight: bold;
}
img { border: 0; }
a:link { color: #7890b0; }
a:visited { color: #666; }
a:hover { color: #7890b0; }
a:active { color: #7890b0; }
#wrapper {
	width: 767px;
	margin: 3px auto 0 auto;
	background-image: url('/images/background.png');
	background-repeat: repeat-y;
}
#top {
	height: 86px;
	background-image: url('/images/top.png');
	cursor: pointer;
	cursor: hand;
}
#sidebar {
	width: 203px;
	float: left;
}
#sidebar_padding {
	margin: 10px 17px 10px 16px;
}
#sidebar hr { border-top: 1px solid white; border-bottom: 0; height: 1px; margin: 10px 0; }
#sidebar ul {
	margin: 0 0 10px 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12pt;
}
#sidebar ul li a:link { color: white; text-decoration: none; }
#sidebar ul li a:visited { color: white; text-decoration: none; }
#sidebar ul li a:hover { color: #ff6; text-decoration: none; }
#sidebar ul li a:active { color: white; text-decoration: none; }
#main {
	margin-left: 203px;
	padding: 14px 19px 14px 14px;
}
#bottom {
	clear: both;
	height: 10px;
	background-image: url('/images/bottom.png');
	background-repeat: no-repeat;
}
#footer {
	text-align: center;
	margin: 7px auto 0 auto;
	width: 767px;
}
#footer p {
	color: #666;
	font-size: 8pt;
	margin: 0;
}
p.quote { margin-top: 20px; margin-bottom: 0; }
p.signature { text-align: right; }
#brochure p { font-size: 9pt; }
p.q { margin-top: 40px; font-weight: bold; font-style: italic; color: #657994; }
p.a { margin-left: 30px; }
