
/* default font */
body, div, span, td, th {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    color: black;
}

a {
    color: black;
    text-decoration: underline;
}
a:hover {
    color: #006000;
    text-decoration: underline;
}
h1 {
    font-size: 10pt;
}
h2 {
    font-size: 13pt;
    font-weight: bold;
}
h3 {
    font-size: 9pt;
    margin: 0px;
}
p {
    text-indent: 0px;
}

div.clandestine {
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    height: 15pt; 
    z-index: 20px;
    background-repeat: no-repeat; 
    background-color: white;
}
.quote {
    font-size: 8pt;
    font-style: italic;
    text-align: center;
}
.quoteSign {
    font-size: 8pt;
    text-align: right;
}
.noborder {
    border-width: 0px;
}

body {
    margin: 0px;
    background-color: white;
    overflow: -moz-scrollbars-vertical;
}
table.ul {
    border-spacing: 0px;
    border-collapse: collapse;
}
table.ul td {
    padding: 1px;
    vertical-align: top;
}
table.ul td.bull {
    padding-left: 16px;
    padding-right: 16px;
}

#stripTop {
    width: 100%; 
    height: 116px; 
    background-color: #006000;
}
#stripTopContent {
    width: 800px; 
    height: 100; 
    margin: 0px auto; 
    vertical-align: middle;
}
#linkLogo img {
    margin-top: 16px;
    border-width: 0px;
}
#contact {
    float: right;
    font-weight: bold;
    color: #e0e0e0;
    text-align: center;
    width: 157px;
    height: 73px;
    background-image: url(gfx/adr_bg.png);
    background-repeat: no-repeat;
    padding-top: 15px;
    margin-top: 22px;
    margin-right: 30px;
    text-decoration: none;
}
#contact:hover {
    color: #ffff8c;
}

#stripMenu {
    width: 100%; 
    height: 26px; 
    background-color: black;
}
#stripMenuContent {
    width: 800px;
    margin: 0px auto; 
}
#stripMenuLeft {
    float: left;
    padding-left: 22px;
}
#stripMenuRight {
    float: right;
    padding-right: 40px;
}

a.menu {
}
a.menu img {
    border-width: 0px;
}

#stripSep {
    height: 16px;
    width: 800px;
    margin: 0px auto;
}
#stripMain {
    width: 800px;
    margin: 0px auto;
}
#stripLeft {
    float: left;
    width: 510px;
    padding-right: 40px;
    border-right: 1px solid #006000;
}
#stripRight {
    float: left;
    width: 200px;
    margin-left: 40px;
    padding-top: 28px;
}

#stripFooter {
    width: 100%;
    margin: 24px 0px 6px 0px;
    border-top: 1px solid #006000;
}
#footer {
    width: 800px;
    margin: 0px auto;
    text-align: center;
    color: #444;
    padding-top: 6px;
}

