td{
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
a{
color:#ff0000;
text-decoration: none;
}
a:hover{
color:#000000;
text-decoration: underline;
}
.menu{
font-size:13px;
font-weight:bold;
color: #ffffff;
text-decoration: none;
}
.menugreen{
background-image: url('/img/bggreen.jpg');
background-repeat: no-repeat;
font-size:13px;
font-weight:bold;
color: #ffffff;
text-decoration: none;
}
.menured{
background-image: url('/img/bgred.jpg');
background-repeat: no-repeat;
font-size:13px;
font-weight:bold;
color: #ffffff;
text-decoration: none;
}
.menugreen:hover{
background-image: url('/img/bggreen.jpg');
background-repeat: no-repeat;
font-size:13px;
font-weight:bold;
color: #000000;
text-decoration: none;
}
.menured:hover{
background-image: url('/img/bgred.jpg');
background-repeat: no-repeat;
font-size:13px;
font-weight:bold;
color: #000000;
text-decoration: none;
}

input{
background-color:#ffffff;
color:#000000;
}


@media screen {.PrintOnly {display:none}}
@media print {.ScreenOnly {display:none}}
