
body {
	text-align: center;
}


#bodyDiv {
	background: #f8f8f8;
	color: #000000;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin: auto auto auto auto;	/* top right bottom left*/
	padding: 0px;
	width: 860px;
}

.clear{clear: both;}

#title {
	background-color: #eeeeee;
	border-width: 2px;
	border-style: solid;
	border-color: #cccccc;
	font-size: 32pt;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	text-align: left;
}


#subTitle1{
	color: #0044ff;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}


h2{
	text-align: center;
}



.discussion {
	border-width: 0px;
	border-style: solid;
	border-color: #cccccc;
	margin: 0px 0px 0px 10px; /* top right bottom left*/
	padding: 0px 0px 0px 0px; /* top right bottom left*/
	text-align: left;
}

.leftCol {
	float: left;
	width: 40%;
	margin: 16px;
	border: 2px solid #000000;
	padding: 8px;
}

.rightCol {
	float: right;
	width: 40%;
	margin: 16px;
	border: 2px solid #000000;
	padding: 8px;
}


#disclaim {
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
}





.trades {
	background: #eeeeee;
	border: 2px solid #cccccc;
	margin: 10px;
	padding: 0px;
	text-align: center;
}

.trades tr th, .trades tr td {
	border: 2px solid #cccccc;
	font-weight: normal;
	text-align: center;
	vertical-align: bottom;
}

.trades tr th {
	font-weight: bold;
	font-size: 8pt;
}

.trades tr td input {
	background-color: #eeeeff;
	font-size: 8pt;
	width: 5.5em;
}





.errorMsg {
	background-color: #eeeeee;
	border-width: 2px;
	border-style: solid;
	border-color: #cccccc;
	color: #aa0000;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	text-align: left;
	width: 400px;
}



