a.{
color: #fff;
text-decoration: none;
}
a:hover{
color: #4B4B4B;
text-decoration: none;
}
a:active{
color: #fff;
text-decoration: none;
}

body{
margin: 0;
padding: 0;
background: #016FA8 url('../img/toplinks_bg_off.gif');
color: #C4C4C4;
font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
font-size: 11px;
}

table{
color: #C4C4C4;
font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
font-size: 11px;
}

input{
font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
font-size: 10px;
}
textarea{
font-family: Arial;
font-size: 10px;
}
select{
font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
font-size: 10px;
}


.topmenuOn{
background: #1C96D6 url('../img/toplinks_bg_on.gif');
color: #eee;
padding-left: 15px;
padding-right: 15px;
}

.topmenuOff{
background: none;
color: #eee;
padding-left: 15px;
padding-right: 15px;
}

a.topmenu, a.topmenu:hover, a.topmenu:active	{
color: #fff;
text-decoration: none;
}
