body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #EEEEEE;
}

.titlebar {
	background-color:#004080;
	color:#FFFFFF;
	font-size: 14px;
	vertical-align: middle;
	padding: 2px;
}

.footer
{
	font-size: 9px;
}

fieldset {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	margin: 5px;
	padding: 5px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

legend {
	vertical-align: middle;
	font-weight: bold;
}

h1, h2, h3
{
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}

h1
{
	background-color:#DAFF95;
}

h2
{
	background-color:#95B8FF;
}

h3
{
	background-color:#FFBF95;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

