body{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #666666;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: url("/img/e_white.jpg");
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: 100% 120%;
}

td{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #666666;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

/* class thumb for the gallery of thumbs */
div.thumb img{
    border: 0px;
}

div.thumb td{
    text-align: center;
    vertical-align: middle;
}

/* controls */
div.controls{
    text-align: right;
}

div.controls img{
    margin: 0px;
    border: 0px;
}

/* class img for the image in galleries */
div.img{
  margin: 0px;
  height: 800px;
  width: 600px;
  float: left;
  text-align: center;
}

.line_blue{
    border-top : 1px solid #004a7f;
}

.line_green{
    border-top : 1px solid #b1c903;
}

.line_gray{
    border-bottom: 1px solid gray;
}

.outline{
    background-image: url("/img/greenbg.jpg");
}

legend{
    color: #006400;
    font-size:13px;
    font-weight:bold;
}

h1{
    font-size : 14px;
    color : #006400;
    font-weight : bold;
}
h2{
    font-size : 13px;
    color : #006400;
    font-weight : bold;
}
h3{
    font-size : 12px;
    color : #006400;
    font-weight : bold;
}

input.ebutton {
    background-image: url("/img/greenbuttonbg.jpg");
    font-size : 12px;
    color : #666666;
    font-weight : bold;
}

/* links */
a:link{
    color: #666666;
}
a:visited{
    color: #666666;
}
a:hover{
    color: green;
    text-decoration : none;
}
a:active{
    color: green;
}

a:link.menu2{
    color: #006400;
    text-decoration: none;
    font-weight:bold;
}
a:visited.menu2{
    color: #006400;
    text-decoration: none;
    font-weight:bold;
}
a:hover.menu2{
    color: green;
    text-decoration: none;
}
a:active.menu2{
    color: green;
    text-decoration: none;
    font-weight:bold;
}

a:link.white{
    color: white;
    text-decoration: none;
}
a:visited.white{
    color: white;
    text-decoration: none;
}
a:hover.white{
    color: silver;
    text-decoration: none;
}
a:active.white{
    color: white;
    text-decoration: none;
}

.txt{   
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10px; 
    border:1px solid gray;
    color: #6699ff;
}

.but{
    width:100px; 
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-size:10px; 
    border:1px solid #003399; 
    background-color:#0066cc; 
    color:white;
    font-weight:bold;
}
