@charset "UTF-8";
/* CSS Document */

P  {
 font-size : 12pt;
 font-family : arial;
 font-weight : normal;
}

H1  {
	font-size : 12pt;
	font-family : arial;
	text-align : left;
	background-color : #666666;
}

H2  {
	font-size : 12pt;
	font-family : arial;
	text-decoration : underline;
	text-align : left;
	background-color : #666666;
TD  {
 font-size : 10pt;
 font-family : arial;
 text-align : center;
 background-color : FFFFFF;
}

BODY  {
 background-color : #FFFFFF;
 font-family : arial;
 color : #CCCCCC;
}
 
