

a:link.menu {color: White; text-decoration: none;}
a:visited.menu {color: White; text-decoration: none;}
a:active.menu {color: White; text-decoration: none;}
a:hover.menu {color: Blue; text-decoration: none; background-color: White}

a:link.foot {color: black; text-decoration: none;}
a:visited.foot {color: black; text-decoration: none;}
a:active.foot {color: black; text-decoration: none;}
a:hover.foot {color: White; text-decoration: underline;}

.picture
{
	border-bottom-style:ridge;
	border-left-style: ridge;
	border-right-style: ridge;
	border-top-style: ridge;	
	border-bottom-width: thick;
	border-left-width: thick;
	border-right-width: thick;
	border-top-width: thick;
	border-bottom-color:gray;
	border-left-color: gray;
	border-right-color: gray;
	border-top-color: gray;
	
	
}
body.lightblue
{
	background-image: url(resources/graphics/bgcolour.jpg);
	background-repeat:repeat;
	
	
	
}
.std
{
    COLOR: Black;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal
}

.stdbold
{
    COLOR: Black;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold
}
.stdextrabold
{
    COLOR: Black;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold
}
.stdbright
{
    COLOR: White;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal
}
.stdbrightbold
{
    COLOR: White;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold
}
.stdbrightextrabold
{
    COLOR: White;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold
}
.titlebold
{
	COLOR: White;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: bold
}


.small
{
    COLOR: Black;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal
}
.smallbold
{
    COLOR: Black;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold
}





