BODY {
	background-image : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	color : Black;
	background-color : #eeeeee;
}
.bold {
	font : bold;
}
H1 {
	text-align : left;
	font : bold larger Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Gray;
}
H2 {
	font : bold medium Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : gray;
}
UL {
	list-style : square;
	

}
OL {
	list-style : none ordered;
}
P {
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
}
TABLE {
	padding : 3px;
	table-layout : auto;
	border-bottom : thin groove Silver;
	border-left : thin groove Silver;
	border-right : thin groove Silver;
	border-top : thin groove Silver;
	
}
TR.row {
	width : auto;
	table-layout : auto;
	border-bottom : thin groove Silver;
	border-left : thin groove Silver;
	border-right : thin groove Silver;
	border-top : thin groove Silver;
}

TD.data {
	word-wrap : normal;
	text-align : left;
	
	
}


li {
	margin-bottom : 10px;
}
