body {
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    padding:0;
    background-color:#FFFFFF;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

body.window {
    margin-top:5px;
    margin-right:5px;
    margin-bottom:5px;
    margin-left:5px;
    background-color:#FFFFFF;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}

table {
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    padding:0;
    border-width:0;
}

h1 {
    font-size:22px;
    line-height:110%;
}

h2 {
    font-size:20px;
    line-height:110%;
}

h3 {
    font-size:18px;
    line-height:110%;
}

p, ul, ol, li, div, td, th, address, blockquote, nobr, b, i {
    font-size:12px;
}

.SmallFont {
    font-size:9px;
}

.BigFont {
    font-weight:bold;
    font-size:14px;
    text-decoration:none;
}

a.BigFont:visited {
    text-decoration:none;
}

a.BigFont:hover {
   text-decoration:none;
}

a.BigFont:active {
   text-decoration:none;
}

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

a:visited {
    text-decoration:underline;
    color:#000000;
}

a:hover {
    text-decoration:underline;
    color:#CC0000;
}

a:active {
    text-decoration:none;
    color:#CC0000;
}

.menufontpas {
    font-family:Courier New, Courier, Monaco, monospace;
    font-size:16px;
    color:#CC0000;
    text-align:left;
}

.menufontact {
    font-family:Courier New, Courier, Monaco, monospace;
    font-size:16px;
    color:#FFFFFF;
    text-align:left;
    background-color:#FE987F;
}

a.menufontpas:link {
    text-decoration:none;
    color:#CC0000;
}

a.menufontpas:visited {
    text-decoration:none;
    color:#CC0000;
}

a.menufontpas:hover {
    text-decoration:none;
    color:#CC0000;
}

.bgred {
    color:white;
    background-color:#CC0000;
}

.bglightgrey {
    color:white;
    background-color:#999999;
}

.bgdarkgrey {
    color:white;
    background-color:#666666;
}

.bgorange {
    color:#000000;
    background-color:#FE987F;
}

.bgmark {
    color:#000000;
    background-color:#FE987F;
}

.bgwhite {
    color:#000000;
    background-color:#FFFFFF;
}

.ArrowRed {
    color:#CC0000;
    text-decoration:none;
    font-weight:bold;
    font-size:9px;
}

.error {
    font-weight:bold;
    font-size:9px;
    color:#CC0000;
}

.normalForm {
    background-color:#FFFFFF;
    border-width:1px;
    border-style:groove;
    border-color:#CC0000;
    margin-top:2px;
    padding-left:5px;
    padding-right:5px;
}

.paging {
    color:#CC0000;
    font-weight:bold;
}

a.paging:link {
    color:#CC0000;
}

a.paging:visited {
    color:#CC0000;
}

a.paging:hover {
    color:#000000;
}

.pi {
    font-family:Courier, serif;
    font-weight:bold;
    font-size:12px;
    color:#000000;
    text-decoration:none;
}

a.pi:link {
    text-decoration:none;
}

a.pi:visited {
    text-decoration:none;
}

a.pi:hover {
    text-decoration:underline;
    color:#CC0000;
}

.dashline {
    background-image:url(images/dash3px.gif);
    height:3px;
    background-repeat:repeat-x
}

#navigation {
    position:absolute;
    top:45px;
    left:20px;
    width:192px;
}

#subMenu {
    position:absolute;
    top:400px;
    left:40px;
}

#header {
    position:absolute;
    top:20px;
    left:250px;
    width:auto;
}

#container {
    position:absolute;
    top:130px;
    left:250px;
    width:550px;
}
#content {
    line-height:120%;
    min-height:500px;
}

#copyright {
    clear:both;
    position:relative;
    bottom:10px;
    left:-120px;
    padding-top:10px;
}

#footer {
    background-image:url(images/footerbg.gif);
    height:28px;
    width:663px;
    background-repeat:repeat-x;
}

#footer-text {
    font-family:Courier New, Courier, Monaco, monospace;
    font-size:11px;
    vertical-align:middle;
    text-align:center;
    padding-top:4px;
}

