TABLE.BODYLINE {
border: 2px;
border-style: solid;
color: #FFFFFF;
}

BODY 
{
margin-top: 20px;
margin-bottom: 10px;
background-image: url('/images/background.gif');
background-repeat: no-repeat;
background-color : #8E0E25;
color: #000000;
font-family : Verdana, Arial, Verdana;
font-size: 11px;
text-align : left;
vertical-align : top;
}

a, a:link, a:visited, a:active {
color: #8E0E25;
text-decoration: none;
font-weight: bold;
border: 0px;
}

a:hover, a.active:hover {
text-decoration: underline;
}

#navigation {
float: left;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
font-family : Verdana, Arial, Verdana;
font-size: 11px;
/*font-size: 12;  Font size of the wording for hyperlinks */
border-top: 1px #8E0E25 solid; /* Top Navigation line colour */
border-bottom: 2px #231F20 solid; /* Bottom Navigation border colour */
background: #FFFFFFF; /* Background of the buttons */
}

#navigation li {
float: left;
margin: 0;
padding: 0px 1px 0px 0px;
list-style: none;
}

#navigation a {
float: left;
padding: 5px 13px;
text-decoration: none;
color: #8E0E25; /* Colour of the buttons when not hovered */
}

#navigation a:hover {
background: #8E0E25;
color: #FFFFFF;
}

#navigation a.active, #navigation a.active:hover  {
color: #FFFFFF; /* Colour of the text in the button */
background: #8E0E25; /* Background colour of the active navigation button */
}

TD.footer {
background-color : #FFFFFF;
color: #000000;
font-family : Arial, Verdana;
font-size: 11px;
text-align : right;
vertical-align : top;
}


TD.main {
background-color : #FFFFFF;
color: #000000;
font-family : Verdana, Arial, Verdana;
font-size: 11px;
text-align : left;
vertical-align : top;
}

TD.maingallery {
color: #FFFFFF;
font-family : Verdana, Arial, Verdana;
font-size: 11px;
text-align : right;
vertical-align : centre;
}

TABLE.POPUP {
color: #FFFFFF;
font-family : Arial, Verdana;
font-size: 12px;
text-align : center;
vertical-align : center;
}