body
{
}

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, p, h1, h2
{
	font-family: arial, helvetica, verdana;
}

table, tr, th, td, p
{
	font-size: 10pt;
}

h1, h2
{
	display: inline;
	font-family: "times new roman", times, serif;
}

h1
{
	font-size: 135%;
	text-decoration: underline;
	font-weight: bold;
}

h2
{
	font-size: 145%;
	font-style: italic;
	font-weight: normal;
}

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

.message
{
	font-weight: bold;
	color: #222288;
}

table.form td,
table.data td table.form td
{
	padding: 2px;
	border: 0;
	text-align: left;
}

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

div.line
{
	display: inline;
	vertical-align: bottom;
}

table.data
{
	border-collapse: collapse;
	border: solid black 2px;
}

table.data th
{
	font-weight: bold;
	color: black;
	background-color: #E0E0E0;
	border: solid #999999 1px;
	padding: 2px;
	vertical-align: middle;
}

table.data td
{
	padding: 2px;
	border: solid #999999 1px;
	vertical-align: middle;
	text-align: center;
}
