﻿body 
{
    margin: 0px;
}


.Menu
{
	font-family: Arial;
	font-size: 11px;
	font-weight: 700;
	color:#FFFFFF;
	background-color:#055a9a;
}

.Note
{
	font-family: Arial;
	font-size: 12px;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
}

.NavigatorMenu, .NavigatorMenu:visited
{
    background-color: #dddddd;
    color: black;
    font-size: 11px;
    font-weight: bold;
}

.NavigatorMenu:hover
{
	color: #ff9e15;
    font-size: 11px;
    font-weight: bold;
}
