div.left {
	height: 100%;
	width: 215px; /* 215px originally */
	float: left;
	padding: 10px;
	padding-top: 30px;
}
div.splitter {
	height: 200px;
	width: 10px;
	float: left;
}
div.top {
	width: 535px;
	height: 69px;
	float: left;
	text-align: left;
}
div.bottom_left {
	width: 45px;
	height: 100%;
	float: left;
}
div.bottom_right {
	width: 465px; /* 470px originally */
	height: 100%;
	float: left;
	padding: 10px;
	text-align: left;
	/* border: 1px solid black; /* remove */
}
div.title {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #4a6db5;
	text-align: left;
}
div.text {
	font-family: Verdana;
	font-size: 8pt;
	text-align: justify;
	color: #636563;
}
div.center {
	font-family: Verdana;
	font-size: 8pt;
	text-align: justify;
	color: #636563;
	font-weight: bold;
	text-align: center;
}
div.bullet {
	padding-left: 10px;
}
td.copy {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #C0CCE5;
	background-color: #456DBA;
	vertical-align: middle;
	text-align: center;
}
li.margin {
	margin-bottom: 10pt;
}
a {
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
	color: #6b696b;
}
.active {
	font-weight: bold;
}
body {                           
	/* background-color : #e9e9e9; */
	background-color: #F8F8F8;
	/* background-image : url(img/bg1.gif); */
	background-repeat : repeat-y;
	background-position : top;
	margin: 0px;
}
table.text {
	font-family: Verdana;
	font-size: 8pt;
}
input {
	font-size: 10px;
}
table.main {
	border: 1px solid #aabbcc;
	background-color: White;
}
td.fifty {
	width: 50%;
	padding: 3px 10px 3px 10px;
	vertical-align: top;
	border-bottom: dashed 1px #BBBBBB;
}
