body {
        margin:10px 10px 0px 10px;
        padding:0px;
        font-family: arial;
        font-size:10pt;
        margin-top:0px;
        margin-bottom:0px;
        margin-right:0px;
        margin-left:0px;
}

a{
        color:#00007F;
        font-family:arial, Verdana;
        text-decoration: none;
}

a:hover{
        color:#FF5F00;
        font-family:arial, Verdana;
        text-decoration: none;
}

a:active{
        color:#000000;
        font-family:arial, Verdana;
        text-decoration: none;
}

table {
        font-family: arial;
        font-size:10pt;
}

h1{
        font-family:arial;font-size:16pt;
}

h1.subject {
        font-family:arial;font-size:10pt;
        margin-bottom:-1pt;
}

h2{
        font-family:arial;font-size:12pt;
}

form {
        width: 60em;
        background-color: #D9ECEC;
        border: 1px solid #81C0C0;
        margin-left: auto;
        margin-right: auto;
        padding: 1em;
        -moz-border-radius:8px;
}

fieldset {
        border: 0;
        margin: 0;
        padding: 0;
}

#leftcontent {
       position: absolute;
       left:10px;
       top:10px;
       width:200px; height:98%;
       background:#fff;
       border-right:2px dotted #666;
}

#rightcontent {
       position: absolute;
       right:10px;
       top:10px;
       width:170px; height:98%;
       background:#fff;
       border-left:2px dotted #666;
       padding-left:4px;
}

#centercontent {
       top:10px;
       padding:10px;
       height:98%;
       background:#fff;
       margin-left: 199px;
       margin-right:169px;
}

table.nav_table{
       border-collapse:collapse;
       padding:5px;
}

.error {
       color: #ff0000;
}

.button1 {
color:#FFFFFF;
font-family:Arial;
font-size:10pt;
border: 1px solid #005050;
background-color: #009090;
width:115px;
height:26px;
-moz-border-radius:4px;
}

.button1:hover {
color:#043766;
font-family:Arial;
font-size:10pt;
border: 1px solid #1F77EF;
background-color: #BCD9F9;
width:115px;
height:26px;
-moz-border-radius:4px;
}

.input{
height:26px;
border: 1px solid #009090;
font-family:Arial;
font-size:14pt;
color:#5F5F5F;
-moz-border-radius:4px;
}

.input:hover{
height:26px;
border: 1px solid #007F00;
background-color: #E9F1E2;
font-family:Arial;
font-size:14pt;
color:#5F5F5F;
-moz-border-radius:4px;
}

