/* CSS Document */
body {
	background-color: #e6e9ec;
}
	
td {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
}

}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
.footer	{
	color: white;
	font-family: Arial, helvetica, sans-serif, verdana,;
	font-size: 11px;
	background-image:url("../img/baw_footerleft.gif");
}
.footer a:link, .footer a:visited {
	text-decoration: underline;
	color: #990000;
}

.footer a:hover, .footer a:active {
	text-decoration: none;
	color: #FF0000;
}

.content{
	padding: 10px;
}
.sectiontext{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	line-height: 22px;
}
.pad10 {
	padding: 10px;
}
ul {
	margin-top: 4px;
	margin-bottom: 4px;
}

.required {
	background: #fff url(../img/baw_required.gif) no-repeat top right;
}