
html,body{height:100%;}

body {
    color: #000000;
    background-color: #D4D0C8;
    padding: 0px;
    margin: 0px;
    font-family: arial, Helvetica, 'Bitstream Vera Sans', 'Luxi Sans', Verdana, Sans-Serif;
    font-size: 11px;
}

a:link, a:visited, a:hover {
    font-weight: bold;
    color: #62C012;
    text-decoration: none;
}
a:hover {text-decoration: underline;}
a:visited {color: #6B8E29;}

a.ref:link {
    font-weight: normal;
    color: #000080;
}
a.ref:visited {color: #990099;}
a.refMail:link {
    font-weight: normal;
    font-size: 11px;
    color: #000080;
}
img {border:0px;}

img.logo {
    float: left;
    border: none;
    padding-left:5px;
    padding-top:15px;
}

#menu {
    width: 196px;
    margin: 11px 0px 0px 0px;
}

#menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#menu div.title {
    color: #000000;
    font-weight: bold;
    padding: 0px;
    /*    background: url('../menu-header-back.png') no-repeat;*/
    line-height: 18px;
    height: 18px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

#menu ul.sub {
    padding: 0px 0px 0px 0px;
    margin: 0px 8px 0px 10px;
    list-style: none;
}

#menu li a
{
    display: block;
    background:#E6E6E6;
    color: #555555;
    border-top: 1px #ffffff solid;
    border-bottom: 1px #ffffff solid;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    width: 100%;
    line-height: 18px;
    height: 18px;
    font-weight: normal;
    font-size: 11px;
}

#menu li a:visited {color: #555555;}

#menu li a {width: auto;}

body.index
#menu li.item a:hover,  ul.sub li.item a:hover {
    display: block;
    background: #A3B2CC;  /* Hilight of menu item */
    color: #ffffff;
    border-top: 1px #ffffff solid;
    border-bottom: 1px #ffffff solid;
    text-decoration: none;
}

p {text-align: justify;}

table {
    background-color: #ffffff;
    font-size: 13px;
    border-left: 1px solid #A7A7A7;
    border-right: 1px solid #A7A7A7;
    border-bottom: 1px solid #A7A7A7;
    border-top: 1px solid #A7A7A7;
}

td {padding: 8px;}

tr.footer a {color: #62C012;}

.style4 {
    font-size: 36px;
    font-weight: bold;
    color: #7B869A;
}
.style2 {
    font-weight: bold;
    font-size: 14px;
    color: #000066;
}

.style1 {color: #009966}
.style3 {
    color: #993300;
    font-weight: bold;
}

.style33 {
    color: #FF0000;
    font-weight: normal;
}

.style34 {font-size: 24px}

table.columnUnit {
    border-collapse: collapse;
    font-size: 12px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
    width:100%;
    text-align:left;
}
table.columnUnit tr {
}
table.columnUnit td {padding: 1px;}

table.regForm {
    border-collapse: collapse;
    font-size: 12px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
    width: auto;
}
table.regForm td {
    padding: 0px;
    text-align:left;
}
table.regForm input, select {font-size: 12px;}
