/* Menu styles */

A.NavWhite:link
{
	Font-Weight: bold;
    Text-Decoration:	none;
	Font-Size: 9pt;
    Color: #FFFFFF;
    Font-Family: Tahoma, Arial, Verdana, 'Times New Roman';
}
A.NavWhite:visited
{
    Font-Weight: bold;
    Text-Decoration:	none;
    Font-Size: 9pt;
    Color: #FFFFFF;
    Font-Family: Tahoma, Arial, Verdana, 'Times New Roman';
}
A.NavWhite:hover
{
    Font-Weight: bold;
    Text-Decoration: none;
    Font-Size: 9pt;
    Color: #CCFF00;
    Font-Family: Tahoma, Arial, Verdana, 'Times New Roman';
}

A.NavGrey:link
{
    Font-Weight: bold;
    Text-Decoration:	none;
    Font-Size: 9pt;
    Color: #999999;
    Font-Family: Tahoma, Arial, Verdana, 'Times New Roman';
}
A.NavGrey:visited
{
    Font-Weight: bold;
    Text-Decoration:	none;
    Font-Size: 9pt;
    Color: #999999;
    Font-Family: Tahoma, Arial, Verdana, 'Times New Roman';
}
A.NavGrey:hover
{
    Font-Weight: bold;
    Text-Decoration: none;
    Font-Size: 9pt;
    Color: #CCFF00;
    Font-Family: Tahoma, Arial, Verdana, 'Times New Roman';
}
nav.body {
	background-color: #D5EDB3;
	margin-left: 0cm;
	margin-top: 0cm;
	margin-right: 0cm;
	margin-bottom: 0cm;
}

