body { 
    margin: 0; padding: 0;
    font-family: verdana, tahoma, arial, helvetica, sans-serif; 
    color: black; background-color: white; 
}

.MainDiv {
    width:expression(document.body.clientWidth > 1280? "1280px": "auto");
    max-width:1280px;
}

td { font-family: verdana, tahoma, arial, helvetica, sans-serif; font-size: 13px; } 
ul { list-style: url(img/bullet.gif) disc; }
ol { list-style: decimal; text-align: justify; }
h1 { font-size: 17px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 12.5px; }
h6 { font-size: 12px; }
a:link { text-decoration: none; color: #0000a0; }
a:visited { text-decoration: none; color: #0000a0; }
a:hover { text-decoration: underline; color: #0000a0; }
small { font-size: 12.5px; }
p { text-align: justify; }

form, textarea, input, select { 
    font-family: verdana, tahoma, arial, helvetica, sans-serif; 
    font-size: 13px; 
}

.menuitem {
    color: black;
    font-size: 13px;
    border-bottom: 1px solid #E7C194;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: block;
}

.menuitem:link, .menuitem:visited, .menuitem:hover { 
    color: black;
    text-decoration: none;
    background-color: transparent;
}

.menuitem:hover { background-color: #FFC888; }

.menuitem2 {
    color: brown;
    font-weight: bold; 
    font-size: 13px;
    border-bottom: 1px solid #E7C194;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: block;
}

.menuitem2:link, .menuitem2:visited, .menuitem2:hover { 
    color: brown;
    text-decoration: none;
    background-color: transparent;
}

.menuitem2:hover { background-color: #FFC888; }

.h3 { font-size: 15px; }

.note_pic { 
    font-size: 12.5px; 
    color: #000000; 
}

.ok {
    font-size: 13px;
    font-weight: bold; 
    color: #0000A0;
}

.error {
    font-size: 13px;
    font-weight: bold; 
    color: #F00000; 
}

