body
{
	padding: 0;
	margin: 0;
	background-color: #c2c2c2;
}

table, tr, th, td, img, p, div, h1
{
	padding: 0;
	margin: 0;
	border: 0;
	font-family: verdana, arial;
	font-size: 10pt;
}

h1
{
	font-weight: bold;
	font-size: 13pt;
	text-decoration: underline;
	display: inline;
}

p
{
	margin-bottom: 6px;
}

table
{
	border-collapse: collapse;
	border-spacing: 0px; 
}

table.data td
{
	border: solid #999999 1px;
	padding: 2px;
}

table.form td
{
	padding: 3px;
}

table.default td
{
	padding: 0;
}

td.label
{
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

.req
{
	font-size: 110%;
	color: red;
	font-weight: bold;
}