table.table-style-one {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#000000;
	border-width: 1px;
	border-color: #3A3A3A;
	border-collapse: collapse;
	margin: 0px 0px 20px 0px;
}
table.table-style-one th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #3A3A3A;
	background-color: #B3B3B3;
}
table.table-style-one td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #3A3A3A;
	background-color: #ffffff;
	text-align: center;
	line-height: 150%;
}
body {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
}
#content {
	padding: 8px 8px;
}
