BODY, TD, TR, P, UL, OL, LI, INPUT, SELECT, DL, DD, DT, FONT
{
    font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
    font-size: 11px;
}

a:link{
		color:#2154A0;
		text-decoration: none;
		font-weight:normal;
	}
a:visited{
		color:#2154A0;
		text-decoration: none;
		font-weight:normal;
	}
a:hover{
		color:#3E8892;
		text-decoration: underline;
		font-weight:normal;
	}
a:active{
		color:#3E8892;
		text-decoration: none;
		font-weight:normal;
	}

a.menu:link{
                font-family: Arial;
                color: white;
		text-decoration: none;
		font-weight:normal;
		font-size: 11px;
	}
a.menu:visited.menu{
                font-family: Arial;
                color: white;
		text-decoration: none;
		font-weight:normal;
		font-size: 11px;
	}
a.menu:active.menu{
                font-family: Arial;
		color: #3EA8B2;
		text-decoration: none;
		font-weight:normal;
		font-size: 11px;
	}
a.menu:hover{
                font-family: Arial;
		color: #3EA8B2;
		text-decoration: none;
		font-weight:normal;
		font-size: 11px;
	}
