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

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

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

table, tr, th, td, p, div, span, h2, input, li
{
	font-family: arial;
	font-size: 9pt;
}

.heading
{
	font-size: 120%;
	font-weight: bold;
	color: #4a6e8d;
}

h1, h2
{
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 140%;
	color: black;
}

h2
{
	font-size: 120%;
	color: black;
}

p
{
	margin-bottom: 10px;
}

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

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

table.form td
{
	padding: 5px;
}


table.search_results th,
table.search_results td
{
	padding: 2px;
}

table.search_results th
{
	font-size: 110%;
	font-weight: bold;
	text-decoration: undersline;
}

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

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

table.data
{
	border-collapse: collapse;
}

table.data th
{
	font-weight: bold;
	font-size: 15px;
	color: white;
	background-color: #504438;
	border: solid white 1px;
	padding: 4px;
}

table.data td
{
	background-color: #999966;
	padding: 4px;
	border: solid white 1px;
	vertical-align: top;
	text-align: center;
}

table.form td
{
	padding: 3px;
	vertical-align: top;
}

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

a,
a:link,
a:visited
{
	color: #0e62bc;
}

a:active,
a:hover
{
	color: #4e8cce;
}

ul
{
	margin-top: 0;
	margin-bottom: 10px;
}

ul li
{
	padding-top: 0;
	padding-bottom: 2px;
}
