.trade {
	text-align: justify;
	font-size: 14px;
	font-weight: 300;
	width: 730px;
	float: left;
	padding-left: 7px;
	display: inline;
}
.title {
	background: #4f81bd; padding: 5px; color: #fff; font-size: 16px;
	text-transform: uppercase; font-weight: bold; margin: 20px 0;
}

ul.bulleted {
	list-style-type: disc;
}
ul.bulleted li {
	list-style-type: disc;
}

.sidebar {
	margin-top: 15px;
	clear: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 200px;
	padding-right: 10px;
	height: 611px;
	background: url('/img/tall_spacer.png') 100% 0px no-repeat;
}

.sidebar .inner a {
	display: block;
	padding-top: 10px;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: black;
}

.sidebar .inner a:hover {
	color: #0493CF;
}

.sidebar .inner a.selected {
	background: url('/img/navbutton.png') 0px 0px no-repeat;
	font-weight: bold;
}

table {
	width: 100%;
}
