body{ background-color: white } 
  
a:link { color: #006A00; text-decoration: none; }
a:visited { color: #006A00; text-decoration: none; } 
a:hover { color: #CF7B29; text-decoration: none; } 
a:active { color: #006A00; text-decoration: none; } 

l{ color: #006A00; font-family: arial, tahoma, serif; font-size: 70% }


p.first { color: #006A00; font-family: arial, tahoma, serif; font-size: 75%;} 
p.second { color: #006A00; font-family: arial, tahoma, serif; font-size: 70%} 
p.third { color: #006A00; font-family: arial, tahoma, serif; font-size: 80%; 
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border: 2px dotted #006A00; height: 250px; width: 250px;
    background-color:rgb(255,255,255); 
opacity:0.9; 
-moz-opacity:0.9; 
filter:alpha(opacity=80);

} 

h1{ color: #006A00; font-size: 85%; font-weight: bold; font-family: tahoma, arial, serif; letter-spacing: 2px; 
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    }
h2{ color: #006A00; font-size: 75%; font-weight: bold; font-family: tahoma, arial, serif; }
h3{ color: #006A00; font-size: 78%; font-weight: bold; font-family: tahoma, arial, serif;}

.vertical_dotted_line 
{ 
border-left: 1px dotted #666666; 
height: 100px; 
} 

.dotted_box
{ 
border-left: 1px dashed #666666; 
height: 50px; 
border-right: 1px dashed #666666; 
height: 50px;
border-top: 1px dashed #666666; 
height: 100px;
border-bottom: 1px dashed #666666; 
height: 100px;
} 


#shadow-container {
    position: relative;
    left: 5px;
    top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}


#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px; 
    top: -1px;
}

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
    }

    #shadow-container .container {
        background: #ffffff;
        border: 1px solid #848284;
        padding: 5px;
    }