body
{
	padding: 20px;
}

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

body, table, tr, th, td, img, p
{
	font-size: 10pt;
	font-family: arial, helvetica, verdana;
}

h1
{
	font-size: 140%;
	font-weight: bold;
}

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

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

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

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

table.form td
{
	padding: 3px;
}

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

table.searchresults td, table.searchresults th
{
	padding: 1px;
	border: solid black 1px;
	vertical-align: top;
}

table.searchresults th
{
	color: white;
	background-color: #770000;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	padding: 3px;
}

table.searchresults td
{
	border: solid #BABABA 1px;
	text-align: left;
	padding: 3px;
	font-size: 13px;
}

table.details td, table.details th
{
	padding: 1px;
	border: solid black 1px;
	vertical-align: top;
}

table.details th
{
	border: solid #BABABA 1px;
	background-color: #F3F3F3;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	padding: 3px;
}

table.details td
{
	border: solid #BABABA 1px;
	text-align: left;
	padding: 3px;
	font-size: 13px;
}

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

