.MenuNotSelected {
	font-size: 11px;
	font-weight: bolder;
	color: white;
	text-decoration: none;
}
.MenuSelected {
	font-size: 11px;
	font-weight: bolder;
	color: black;
	text-decoration: none;
}
.PageTitle {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	list-style-image:url(images/bulletpoint.gif);
	margin: 10px;
}
.DCLFooter {
	font-size: 9px;
	color: #FFFFFF;

}
.BodyText {
	font-size: 12px;
	color: #FFFFFF;
}
.PageLink {
	font-size: 12px;
	font-weight: bold;
	color:  #FF9900;
}
a:hover {
	color: #FF6600;
}

.MainTable {
	border: 1px solid #0072A4;
	background-image: url(images/DCLWebsiteMainBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}

.errormessage {
	color:#FF0000;
	font-weight: bold;
}

