body
{
	background-color: #F8F8F8;
	font-size: 12pt;
	font-family: arial, verdana, times;
}

table, tr, th, td, img, p
{
	padding: 0;
	margin: 0;
	border: 0;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

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

table, tr, th, td
{
	font-size: 12pt;
	font-family: arial, verdana, times;
}

p.error
{
	font-weight: bold;
	color: #FF3333;
}

p.message
{
	color: #0055AA;
}

h1
{
	font-size: 15pt;
	margin: 0;
}

h2
{
	font-size: 14pt;
	margin: 0;
}

h3
{
	font-size: 13pt;
	margin: 0;
}

table.form td
{
	padding: 3px;
}

table.form td.label
{
	text-align: right;
}

table.form td.instructions
{
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
}

table.info th
{
	text-align: center;
	font-weight: bold;
	padding: 3px;
	color: white;
	background-color: navy;
}

table.info td
{
	text-align: center;
	padding: 4px;
}

table.info td.even
{
	background-color: #E8E8FF;
}

table.info td.odd
{
	background-color: #D8D8FF;
}
