
body {
background-color:#000000;
}

table {
font-family:Arial, Helvetica, sans-serif;
font-size:12px
}

a {
color:#FF0000;
/*
Was
color:#002A5F;
color:#002A5F;
*/
text-decoration:none;
}

a.titleLink {
text-align:center;
}

td div {
/* this makes TDs a container with their own coordinate system.
 absolutely-positioned elements will be offset relative to them */
position:relative;
}

td.itemOpacity {
width: 120px;
/* This helps determine the cell height & therefore the total height of the menu table */ 
height: 15px;
background-color:#FFFFFF;

filter:alpha(opacity=80);
-moz-opacity:0.8;

text-align:right;
vertical-align: middle;
padding-right:4px;
cursor:hand;
}

td.itemOpacityTopCell {
width: 100px; 
/* This helps determine the cell height of the top filler cell */ 
height: 15px;
background-color:#FFFFFF;

filter:alpha(opacity=80);
-moz-opacity:0.8;

vertical-align:top;
}

td.itemOpacityFiller {
width: 100px; 
background-color:#FFFFFF;

filter:alpha(opacity=80);
-moz-opacity:0.8;

vertical-align:middle;
}

.navRightBorder {
border-right:1px solid #FFFFFF;
}

.menu {
color: #000000;
width: 100px; 
height: 148px;
}

.titleContainer {

color:#002A5F;
/*Was color: #FFFFFF;*/
font-family:"Small Fonts", Arial, Helvetica, sans-serif;
font-size: 8px;
}

.copyText {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color: #002A5F;
}

.copyLink {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
/*color: #002A5F;*/
text-decoration:none;
}

.copyLinkRed
{
	font-size: 12px;
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.copybody {
background-color:#FFFFFF;
/*
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
BACKGROUND-COLOR: #002A5F;
*/
}

#centreDiv {
position:absolute;
}

