<!--
body {
	font-family: Arial, Tahoma, serif;
	color: #363636;
	font-size: 12px;
}

.header { 
	font-family: times new roman;
	font-size: 18px;
	color: #662828;
	font-weight: bold;
}
.text {
	font-family: arial;
	font-size: 12px;
}
.tablestyle {
	border: 1px solid #333333;
	font-size: 12px;
	width: 750px;
}

.tablestyle th{
	background-color: #666666;
	color: #ffffff;
	font-size: 13px;
	padding: 5px;
}
.tablestyle td {
	padding: 7px;
}
//-->