a
{
    font-size: 10pt; 
    font-family: "Verdana"; 
    font-color : white;   
}

p 
{
    font-family: "Verdana";
    font-size: 10pt;
    font-color: dark-blue;
    margin-top:0;
    margin-bottom:0;
    text-align: justify;
    text-align: centre;
}
td 
{
    font-family: "Verdana"; 
    font-size: 10pt; 
    font-color: dark-blue;
    text-align: justify
    text-align: centre;
}

.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
    FONT-FAMILY: "Verdana";
}
.Bar
{
    BORDER-LEFT: white 1px outset;
    BORDER-RIGHT: white 1px outset;
    FLOAT: left;
    WIDTH: 139px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    POSITION: relative;
    COLOR: white;
    BACKGROUND-COLOR: darkblue;
    TEXT-ALIGN: center;
    FONT-FAMILY: "Verdana"; 
}
.menu
{
    BORDER-LEFT: buttonhighlight thin outset;
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    BORDER-BOTTOM: buttonhighlight thin outset;
    VISIBILITY: hidden;
    WIDTH: 250px;
    LINE-HEIGHT: 140%;
    POSITION: absolute;
    BACKGROUND-COLOR: gray;
    FONT-FAMILY: "Verdana";
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    COLOR: white;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
	FONT-FAMILY: "Verdana";
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: white;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: blue;
    FONT-FAMILY: "Verdana";
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    BORDER-LEFT: white 1px ridge;
    BORDER-RIGHT: white 1px ridge;
    FLOAT: left;
    WIDTH: 139px;
    COLOR: white;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    POSITION: relative;
    BACKGROUND-COLOR: gray;
    TEXT-ALIGN: center;
    FONT-FAMILY: "Verdana";
}
a:link       { font-family: Verdana; color: red }
a:visited    { color: red; font-family: Verdana }
a:active     { font-family: Verdana; color: red }