body, html {
    background: none repeat scroll 0 0 white;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    text-align: center;
    line-height: 15px;
}

#container {
    margin: 0 auto;
    width: 770px;
    color: #666666;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-align: left;
}

#top {
    width: 770px;
    height: 50px;
    background: url("img/pic_top_back.gif") white left top repeat-x;
    text-align: right;
}

#menu {
    width: 740px;
    height: 20px;
    background: url("img/pbbck.gif") white left top repeat-x;
    padding-top: 3px;
    padding-left: 30px;
    margin: 0px;
}

#menu li {
    float: left;
    list-style: none;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    margin-right: 15px;
}

#menu li a {
    color: #666666; 
    text-decoration: none;
}

#menu li a:hover {
    text-decoration: underline;
}

.stut {
    float: left;
}

#content {
    margin-left: 200px;
    width: 540px;
}

.c3 {
    background-color: #66656d;
    font-weight: bold;
    color: #ffffff;
}

.c5 {
    background-color: #edeef1;
}

.cellblack {
    font-weight: bold;
}

input {
    width: 304px;
}

input.dn {
    width: 237px;
}

.letop {
    font-weight: bold;
    color: red;
}

a {
    text-decoration: underline;
    color: #008000;
}

a:hover {
    text-decoration: underline;
}

h2 {
    color: #008000;
    padding-top: 5px;
}

h3 {
    color: #008000;
    margin-bottom: -10px;
}