/* CSS Document */

td{
font-family:Trebuchet MS;
font-size:12px;
text-align:justify;
}
.blue14bold{
font-family:Trebuchet MS;
font-weight:bold;
font-size:14px;
color:#2A8BC8;
}
.greenbottom{
background-color:#8AB85D;
}
.white10{
font-family:Trebuchet MS;
font-size:10px;
color:#FFFFFF;
}
.linebg{
background-image:url(/2008/images/line.jpg);
background-repeat:repeat-y;
}
A:Hover.submenu{
font-family:Trebuchet MS;
background-color:#2A8BC8;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
padding-left:3;
padding-right:3;
}

A:Visited.submenu {
font-family:Trebuchet MS;
background-color:#8AB85D;
color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
padding-left:3;
padding-right:3;
}
A:Active{
font-family:Trebuchet MS;
color:#000033;
font-weight:bold;
text-decoration:underline;
padding-left:3;
padding-right:3;
}
