/* CSS Document */
body	{
	color: #000000;
	background-color: #000000;
	margin: 0;
}
td	{
	font-family:Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
	color: #231F20;
}
.textbold {
	font-size:11px;
	font-family:Verdana,Arial,San-serif;
	font-weight:bold;
	text-decoration:none;
	color:#231F20;
}

a	{
	font-size:11px;
	font-family:Verdana,Arial,Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	color:#A37300;
}
a.news	{
	color:#00254C;
}
a.priceLink	{
	font-size:10px;
	color:#FCB803;
	font-weight:normal;
}
.pagetitle{
	font-size:14px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#231F20;
	font-style: italic;
}
.smalltext{
	font-size:10px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	color:#00254C;
}
hr {

	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #8C9DAE;
	border-bottom-color: #00254C;
}
.dottedLRborder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #8C9DAE;
	border-left-color: #8C9DAE;
}
.dottedLRBborder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #8C9DAE;
	border-left-color: #8C9DAE;
	border-bottom-color: #8C9DAE;
}
.solidYellowBevel{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8C9DAE;
	border-right-color: #8C9DAE;
	border-bottom-color: #8C9DAE;
	border-left-color: #8C9DAE;
}
.ozHomeBG {
	background-attachment: fixed;
	background-image: url(/img_layout/oz_map1.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.ukHomeBG {
	background-attachment: fixed;
	background-image: url(/img_layout/uk_map.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.usHomeBG {
	background-attachment: fixed;
	background-image: url(/img_layout/us-map.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.worldHomeBG {
	background-attachment: fixed;
	background-image: url(/img_layout/world_map.gif);
	background-repeat: no-repeat;
	background-position: center top;
}.whiteTXT {
	color: #FFFFFF;
}
.whiteTXTsmall {

	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.alertLayer{
color: #000000;
background-color: #ffffff;
position:absolute; 
left:0;
top:0;
width:100%; 
height:800px; 
z-index:10;
}