#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;
}


#subhead{
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
}

		
table {
	background: #eeeeee;
	border: 2px solid #cccccc;
	margin: 10px;
	padding: 0px;
	text-align: center;
}


table th {
	background-color: #eeeeee;
	border: 2px solid #cccccc;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 12pt;
}

table tr {
	background-color: #eeeeff;
	border: 2px solid #cccccc;
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
	font-size: 10pt;
}

table tr:nth-child(even) {
	background-color: #ffffff;
}


table td {
	border: 2px solid #cccccc;
	font-size: 10pt;
}
