body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	background-color: #FFFFB3;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
p, div, td {
	font-size: 11pt;
}
.smalltext {
	font-size: 10pt;
}
.vsmalltext {
	font-size: 8pt;
}
h1 {
	font-size: 18pt;
	font-weight: bold;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
}
h3 {
	font-size: 12pt;
}
.nowrap {
	white-space:nowrap;
}
.centeringtable {
	height:100%;
	border: 0px none;
	padding:0px;
	margin:0px;
}
.blocktightleft {
	text-align:left;
	width:10px;
	overflow: visible;
}