body {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    margin: 2px;
    background-color: #FFFFFF;
}

td {
    font-size: 12px;
    padding: 5px;

}

li {
    margin-left: 5px;
}

legend {
   font-size: 14px;
   font-weight: bold;
   margin-left: 5px;
   margin-right: 5px;
}

fieldset {
    padding: 5px 5px 5px 5px;
}

fieldset:hover {
    background-color: #ffffcc;
    cursor: pointer;
}

a {
    color: green;
    text-decoration: underline;

}

a:hover {
    color: green;
    text-decoration: none;

}

table.main {
    border: 1px solid #9ACD32;
}

td.top{
    width: 100%;
    text-align: center;
    background-color: #9ACD32;
}

td.left {
    width: 210px;
    vertical-align: top;
    border-right: 1px dotted #9ACD32;
}

td.content {
    width: 100%;
    vertical-align: top;

}

td.right {
    width: 0px;
    vertical-align: top;
}

td.bottom {
    background-color: #9ACD32;
    text-align: right;
    font-size: 10px;
}

hr.lmenu_hr {
    width: 210px;
    border: 1px dotted #9ACD32;
}
