
.MenuLeftBorder{
border-left-style:solid;
border-left-width:2px;
border-left-color:#6000F8;
background-color: #F8F8F8;
}


.MenuBottomBorder{
border-bottom-style:solid;
border-bottom-width:2px;
border-bottom-color:#6000F8;
background-color: #F8F8F8;
}

/* Menu text and background color with bottom blue line*/
.MenuDecorated{
font-size:13px;
color:black;
font-weight:bold;
background-color:#d0d0d0;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#6000F8;
}

a:link {
text-decoration : none;
}

a:visited {
text-decoration : none;
}

a:active {
text-decoration : none;
}

a.footer:link {
text-decoration : underline;
}

a.footer:visited {
text-decoration : underline;
}

a.footer:active {
text-decoration : underline;
}


/* Header/Logo area background colour */
.HeaderBackground
{
border-top-style:solid;
border-top-width:1px;
border-top-color:navy;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:navy;
border-left-style:solid;
border-left-width:1px;
border-left-color:navy;
border-right-style:solid;
border-right-width:1px;
border-right-color:navy;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:navy;
}


.CellLineBottom{


border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:Navy;
}

.CellLineTop{


border-top-style:solid;
border-top-width:1px;
border-top-color:Navy;
}


.CellLineAllSides{

border-right-style:solid;
border-right-width:1px;
border-right-color:Navy;

border-left-style:solid;
border-left-width:1px;
border-left-color:Navy;

border-top-style:solid;
border-top-width:1px;
border-top-color:Navy;

border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:Navy;
}

.CellLineBottomLeftRight{

border-right-style:solid;
border-right-width:1px;
border-right-color:Navy;

border-left-style:solid;
border-left-width:1px;
border-left-color:Navy;

border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:Navy;
}

.CellLineLeftRight{

border-right-style:solid;
border-right-width:1px;
border-right-color:Navy;

border-left-style:solid;
border-left-width:1px;
border-left-color:Navy;
}

.CellLineRight{

border-right-style:solid;
border-right-width:1px;
border-right-color:Navy;

}

.CellLineBottomRight{

border-right-style:solid;
border-right-width:1px;
border-right-color:Navy;

border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:Navy;
}

.CellLineBottomRightTop{

border-right-style:solid;
border-right-width:1px;
border-right-color:Navy;

border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:Navy;

border-top-style:solid;
border-top-width:1px;
border-top-color:Navy;
}

