body
{
	width: 500px;
	margin: 10px;
	background-color: #fff;
	color: #000;
	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
}

form
{
	margin: 0;
}

button
{
	cursor: pointer;
}

a
{
    color: #5A7900;
    text-decoration: none;
}

a:hover
{
	color: #5A5A5A;
	text-decoration: underline;
}

.searchForm
{
	border: 1px solid #f00;
	padding: 5px;
	margin-bottom: 20px;
}

.path
{
	font-weight: bold;
	border-bottom: 1px solid #5A7900;
}

.title
{
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 15px;
}

.h1
{
	font-weight: bold;
	border-bottom: 1px solid #f00;
}

.h2
{
	font-weight: bold;
	border-bottom: 1px solid #f00;
}

.disclaimer
{
	font-size: 8pt;
}
