
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: 760px;
}

.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;
}


#subTitle2{
	color: #0022cc;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
}

/* anchors in popup */
#philo a {
	/* control */
	/* appearance */
	background-color: #f8f8f8;
	border: 0px solid #cccccc;
	color: #000000;
	display: block;
	font-size: 16pt;
	text-align: center;
	text-decoration: none;
}

/* anchors in popup */
#philo a:hover {
	/* control */
	/* appearance */
	background-color: #eeeeee;
	font-style: italic;		
	font-weight: bold;
}

.errorMessDiv {
	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;
}

.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;
}

#rightCol {
	border: 2px solid #cccccc;
	float: right;
	margin: 0px 0px 0px 10px; /* top right bottom left*/
}

.trades, #references {
	background: #eeeeee;
	border: 2px solid #cccccc;
	margin: 10px;
	padding: 0px;
	text-align: center;
}

.trades tr th, .trades tr td, #references tr th, #references tr td {
	border: 2px solid #cccccc;
	font-weight: normal;
	text-align: center;
	vertical-align: bottom;
}

.trades tr th, #references tr th {
	font-weight: bold;
}

.trades .newTrade td, .newTrade {
	color: #008800;
}

.totalPort td {
	background: #eeeeff;
}

#references tr td {
	padding: 5px 10px 5px 10px; /* top right bottom left*/
	text-align: left;
}

.blankRow, .blankRow td {
	border: 2px solid #000000;
	background: #ffffff;
}


#disclaim {
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
}


h2{
	text-align: center;
}

