body {}
p {}
td {}
.white { color: white; font-size: 11px; line-height: 16px; font-family: Verdana; text-decoration: none }
.whiteBig { color: white; font-size: 12px; line-height: 16px; font-family: Verdana; text-decoration: underline}
.textBoxFont { color: #3a6008; font-size: 10px; font-family: Verdana; text-decoration: none }
.white:hover  { color: red }
.whiteBig:hover  { color: red }
.menuFont { color: #5a9412; font-size: 17px; font-family: Tahoma; text-decoration: none }
.bg { background: #5c9311 url(Images/background.jpg) repeat-x; margin-top:10; }
.globe { background: url(Images/globe.png) no-repeat right bottom }
.black  { color: black; font-size: 11px; line-height: 15px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.yellowBullet { list-style-image: url(Images/yellowBullet.png) }
.black:hover { color: red }

#globeWatermark   
{
    position: absolute;
    bottom: 100%; 
    right: 0%; 
    z-index:2;
    visibility: visible; 
    display: block 
}

.menuITEM
{    
    background-color:#d2efbc;
}

.menuITEMselected
{
    background-color:#fafff7;
}

.scroller{
    width: 100%;
    height: 62px;
    border: 1px solid black;    
    background-color:Transparent;
    overflow:hidden;
}

.scroller a{
    text-decoration: none;
    font-size: 10px;    
    font-family:Arial;
    color:White;
}

.scroller a:hover{
    color:red;
}

.someclass 
{    
    
}



