body
{
	background: #eeeeee;
	font-family: Verdana, Tahoma, monospaced;
	font-size: 10px;
}

select, option, input
{ 
	font-family: verdana; 
	font-size: 10px; 
} 

#title
{
	width: 800px;
	margin: 30px auto 30px auto;
	text-align: center;
}

#title h2
{
	color: navy;
	font-weight: bold;
	font-size: 14px;
}

#maincontent
{
	width: 800px;
	margin: 0 auto;
}

#maincontent h2
{
	text-align: center;
}

#search
{
	width: 450px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 30px;
}

#search legend
{
	color: black;
	font-weight: bold;
}

#search table
{
	margin: 0 auto;
}

#search th
{
	font-weight: bold;
	text-align: right;
}

#search td.mandatory
{
	color: red;
	padding-top: 5px;
	text-align: center;
}

#search td.button
{
	padding-top: 5px;
	text-align: center;
}

.date a img
{
	border: none;
}

.results
{
	margin: 0 auto 15px auto;
	width: 600px;
}

.results th
{
	background: navy;
	color: #eeeeee;
	padding: 5px;
}

.results td
{
	padding: 5px;
	border: 1px dotted #777777;
}

.results td a
{
	text-decoration: none;
}

.results td a:hover
{
	border-bottom: 1px solid blue;
}

.message
{
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

#footer
{
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#footer p
{
	border-top: 1px solid #cccccc;
	padding-top: 20px;
	font-size: 9px;
}

#footer p a
{
	text-decoration: none;
}

#footer p a:visited
{
	color: navy;
}

#footer p a:hover
{
	border-bottom: 1px solid navy;
}

