html{ height: 100%;
}
body {  text-align: center;
        height: 100%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #666666;
        text-decoration: none;
        background-color: #666633;
        margin: 0px;
        padding: 0px;
}

td {   vertical-align: top;
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 12px;
       font-weight: normal;
       color: #666666;
       text-decoration: none;
       padding: 0px;
}
h1 {font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    color: #628600;
}

tr {
    vertical-align: top
}
.main {  text-align: left;
         height: 100%;
         width: 1000px;
         background-color: #FFFFFF;
         margin-left: auto;
         margin-right: auto;
         border: solid;
         border-width: 0px 1px 0px 1px;
         border-color: #000000;
         border-spacing:0px;
         border-collapse: collapse;
}
.head {  height: 217px;
}
.nav {   height: 49px;
         padding-left: 25px;
         padding-right: 25px;
         padding-top: 0px;
         padding-bottom: 0px;
}
.title { height: 93px;
         padding-left: 25px;
         padding-right: 25px;
         padding-top: 0px;
         padding-bottom: 0px;
}
.linie { height: 5px;
         padding-left: 25px;
         padding-right: 25px;
         padding-top: 0px;
         padding-bottom: 0px;
}
.foot {  height: 10px;
         padding-left: 25px;
         padding-right: 25px;
         padding-top: 0px;
         padding-bottom: 0px;
         text-align: center;
         font-size: 10px;
}

.content{padding-left: 25px;
         padding-right: 25px;
         padding-top: 25px;
         padding-bottom: 25px;
         text-align: justify;
}


.imglinks{ float: left; margin: 10px 10px 0px 0px;}
.imgrechts{ float: right; margin: 10px 0px 0px 10px;}


.form01 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #336600; background-color: #EEEEEE; width: 300px; border-color: #333333 #ffffff #ffffff #333333; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;}
.button { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; background-color: #336600; width: 100px; border-color: #ffffff #333333 #333333 #ffffff; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}


a:link {color: #336600; text-decoration:underline }
a:visited {color: #336600; text-decoration:underline }
a:hover {color: #aaaaaa; text-decoration:underline }
a:active {color: #336600; text-decoration:underline }
a:focus {color: #336600; text-decoration:underline }
