
HEAD, BODY, P, TD, TH {
	font-size: 12pt;
    	color:#000000;
    	font-family:'Times New Roman', 'Arial', 'Verdana', Helvetica;
}

PRE{
	font-size: 10pt;
    	font-family:'Courier New','Courier';
}

TH{
	font-weight:bold;
}

TD.links {
	font-size: 10pt;
}

H1{
	font-weight:bold;
	font-size:24pt;
}

H2{
	font-weight:bold;
	font-size:18pt;
}

H3{
	font-weight:bold;
	font-size:14pt;
}

H4{
	font-weight:bold;
	font-size:12pt;
}

.textBoxFloatRight {
  float:right;
  border:solid 1px black;
  padding:5px;
  margin-left:10px;
  width:300px;
  background-color:#E8E8E8;
} 
