/* CSS Document */

body{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	text-align: left;
	background-color: #000000;
}

a:link{
	color:#0099CC;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color:#0099CC;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color:#FF6633;
	text-decoration:none;
	font-weight: bold;
}

a:active{
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}




.blue_bg a:link{
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}

.blue_bg a:visited{
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}

.blue_bg a:hover{
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}

.blue_bg a:active{
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}





.footer-text {
	font-size: 9px;
	line-height: 14px;
	color: #FFFFFF;
}

.help {
	font-size: 9px;
	font-weight: bold;
	line-height: 10px;
}
.main-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000000;
	margin-bottom: -10px;
	line-height: normal;
}
.sub-header {
	font-size: 14px;
	font-weight: bold;
}
.pulldownmenu {
	color: #FFFFFF;
	background-color: #0099CC;
}
.black-text-centred {
	text-align: center;
	color: #000000;
}


.white-text-bold {
	text-align: left;
	color: #FFFFFF;
	font-size: 11px;
}


.small-text {
	font-size: 10px;
}
.blue_bg {
	background-color: #0099CC;
}
