.mbody {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #333333;
        margin-left:5px;
        margin-top:3px;
}

H1 {
        font-size: 14px;
        font-weight: bold;
        font-style:italic;
}

H2 {
        font-size: 12px;
        font-weight: bold;
}

.dashed {
        border-bottom: 1px dashed #666666;
}
.mBold {
        font-weight:bold;
}

.mBold2{
        font-weight:bold;
        color:#006666;
}

p.min_p{
  margin: 0px 0px 0px 0px
}


/*---------------------------------------------------------------------------------------------*/

#NAV1 UL {
        padding-right: 0px; 
        padding-left: 0px; 
        padding-bottom: 0px; 
        margin: 0px auto; 
        padding-top: 0px; 
        list-style-type: none; 
}


#NAV1 LI {
        padding-right: 0px; 
        padding-left: 5px; 
        padding-bottom: 0px; 
        margin: 0px; 
        padding-top: 0px;
        font-size:11px;
        font-weight: bold;
}

#NAV1 LI a:link {
        display: block; 
        width: 100%; 
        color: #333333;
        height: 14px; 
        text-decoration: none;
}
#NAV1 LI a:visited {
        display: block; 
        width: 100%; 
        color: #333333;
        height: 14px; 
        text-decoration: none;

}
#NAV1 LI a:hover {
        background-color:#3E791A;
        color: #FFFFF1;

}
/*---------------------------------------------------------------------------------------------*/
a.B1:link {
        font-size:12px;
        font-weight:bold;
        
        color:#333333;
}
a.B1:visited {
        font-size:12px;
        font-weight:bold;
        
        color:#993300;
}
a.B1:hover {
        font-size:12px;
        font-weight:bold;
        text-decoration:underline;
        color:#009900;
}

/*---------------------------------------------------------------------------------------------*/
a.B2:link {
        font-size:10px;
        font-weight:bold;
        color:#333333;
        text-decoration:none;
}
a.B2:visited {
        font-size:10px;
        font-weight:bold;
        color:#993300;
        text-decoration:none;
}
a.B2:hover {
        font-size:10px;
        font-weight:bold;
        text-decoration:underline;
        color:#009900;
}

/*---------------------------------------------------------------------------------------------*/
a.BBig:link {
        font-size:18px;
        font-weight:bold;
        text-decoration:underline;
        color:#333333;
        /*       
        background-color:#00FFFF;
        */
}
a.BBig:visited {
        font-size:18px;
        font-weight:bold;
        text-decoration:underline;
        color:#993300;
        /*
        background-color:#00FFFF;
        */
}
a.BBig:hover {
        font-size:18px;
        font-weight:bold;
        text-decoration:underline;
        color:#009900;
        /*
        background-color:#FFFF00;
        */
}

/*---------------------------------------------------------------------------------------------*/

.navbar {
        position:absolute;
        top:109px;
        width:170px;
        border: 1px solid #666666;
        background-color:#EBF9E3;
        z-index:4;
}

.navstrip {
        background-color:#669933;
        color:#FFFFF1;
        line-height:12px;
}



/*---------------------------------------------------------------------------------------------*/
#Lheader {
        position:absolute; 
        width:550px;
        height:45px;
        z-index:12;
        left: 200px;
        top: 30px;
        color:#006666;
        font-weight:bold;
        font-size:10px;
        text-align:justify;
        border: 1px dashed #FFFFFF;
}

#Lbody {
        position:absolute; 
        width:550px;
        height:45px;
        z-index:12;
        left: 200px;
        top: 105px;
}

#Lcountries {
        position:absolute;
        width:545px;
        z-index:11;
        left: 200px;
        top: 109px;
        border: 1px solid #666666;
        padding: 2px 2px 2px 2px;
        text-align:center; 
        font-weight:bold;
        background-color:#EBF9E3;
}       
/*---------------------------------------------------------------------------------------------*/

.shaded {
        background-color:#EBF9E3;
        font-weight:bold;
        padding:2px 0px 2px 7px;
}

img {
        border:none;
}
