.banner_headline
{
	color:black; font-size:60px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold, italic;
}

.page_headline
{
	color:black; font-size:30px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold, italic;
}

.black_subheading {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.coloured_subheading {
	font-family: Arial, Helvetica, sans-serif;
	color: #BD5109;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.footertext {
	color: #000000;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.boldfootertext {
	color: #000000;
	font-size: 11px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}

.redfootertext {
	color: #FF0000;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.redfootertextunderline {
	color: #FF0000;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

.frm_table 
{
	background-color:"black";
}

.frm_header_td
{
	background-color:#EEEEEE;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	height:20px;
	font-weight:bold;
}

.frm_td
{
 background-color:#FFFFFF;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:20px;
	color:#999999;
}

.frm_fields
{
background-color:#EEEEEE;
}

.frm_banner
{
	bgcolor="black";
}


a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 13px;
}
a:link {
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #3399FF;
}
a:active {
	text-decoration: none;
}
