body, div, h1, h2, h3, span, p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: Black;
}
.sub {
	font-weight: bold;
}
body {
  font-size: 10pt;
  background : #ffffff; 
}
td,tr,table {
	font-size: 10pt;
  	border : 1 Black;
	border-left-style : solid;
	border-bottom-style : solid;
	border-top-style : solid;
	border-right-style : solid;
	border-left-width : 1;
	border-right-width : 1;
	border-top-width : 1;
	border-bottom-width : 1;
	border-color : #777777;
  background : #eeeeee; 
}
.blank_table {
	font-size: 10pt;
  	border : 0 #000000;
	border-left-style : none;
	border-bottom-style : none;
	border-top-style : none;
	border-right-style : none;
	border-left-width : 0;
	border-right-width : 0;
	border-top-width : 0;
	border-bottom-width : 0;
	border-color : #000000;
  background : #ffffff; 
}

h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
}
