@charset "UTF-8";

html, body {
	height:100%;
	margin: 0;
	padding: 0;
	background-color: black;
	font-family:Georgia, "Times New Roman", Times, serif;
}

img, div { behavior: url('http://www.gbfg.co.uk/iepngfix.htc') }

#background {
	position: absolute;
	z-index: 1;
} 
#content {
	position: absolute;
	z-index: 2;
} 
		
#mainTable {
	z-index:10;
}

a {
	color:#FFFFFF;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

.pageTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#000000;

}
#title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#000000;

}

.bodyText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
	letter-spacing:0.5px;
	color:#000000;

}

.naviContent {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
}
.naviContent a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
}

.addressText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	line-height:12px;
	letter-spacing:0.5px;
	color:#FFFFFF;

}
.addressTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	line-height:12px;
	letter-spacing:0.5px;
	color:#af914f;

}
a.address {
	text-decoration: none;
	color: #af914f;
}

a.address:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.copyrightStrap {
	font-family:Arial, serif;
	font-size:7px;
	color:#999999;
	text-indent:8px;
	letter-spacing:0.6px;
	
}

.breakline {
	background-color:#999999;
}
