* {
    margin: 0;
    padding: 0;
}
body {
    margin: 0px; padding: 0px; color: #000000; background-color: #cccc99;
}

#container {
    margin: 0 auto;    
    white-space: nowrap;
    width:800px; 
    height:625px; 
    overflow:auto;
}
#container img
{
    vertical-align:middle;
    margin-right: 50px;
    margin-left: 50px;
}

.navigation {
    margin: 0 0px;
    font-family: 'Lucida Grande', Helvetica, sans-serif;
}
.navigation a {
    color: #6C7151; font: normal 1em serif; text-decoration: none;
    line-height: 30px; margin: 0 16px;
}
.navigation a:hover,.navigation #selected {
    color: #2C3111; 
}

.titletext {
    font-weight: normal; font-size: 21pt; color: #333; font-family: lucida,sans-serif
}
.subtitletext {
    font-weight: bold; font-size: 8pt; color: #333; font-family: lucida,sans-serif
}

.inputfield {
    font-size: 8pt; color: #333; font-family: arial,sans-serif; padding-top=1; padding-left=1
}
.errortext {
    font-weight: bold; font-size: 10pt; color: #ff0000; font-family: lucida,sans-serif
}
.pagetext {
    font-weight: normal; font-size: 10pt; color: #2C3111; font-family: lucida,sans-serif
}
.pagetextbold {
    font-weight: bold; font-size: 10pt; color: #2C3111; font-family: lucida,sans-serif
}

.copyrighttext {    
    vertical-align:bottom; text-align: bottom; margin: 0 100;
    font-size: 7pt; color: #333; font-family: lucida,sans-serif
}


