body {  
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
}

a, a:hover, a:visited, a:active { 
    color:#18579A; text-decoration: none; 
}
a:hover { text-decoration: underline; }

#Header {
    background-color: #FAFAFA;
    border: 1px solid #CDC9C6;
    width: 900px; 
    position: absolute; 
    top: 5px;
    left: 5px;
    text-align: right;
    padding: 0px 0px 0px 0px;
}

#Header img {
    padding: 0px 0px 0px 0px;
}

#Logo {
    position: absolute;
    left: 10px;
    top: 45px;
    width: 190px;
}

#LogoText {
    font-family: Helvetica, Arial, sans-serif;
    position: absolute;
    left: 15px;
    top: 105px;
    font-size: 12px;
    color: #999999;
}

#Content {
    position: absolute;
    top: 150px; 
    left: 220px;
    width: 687px;
}

#ContentImage {
    position: absolute;
    top: 0px; 
    right: 0px;
}

#ContentHeadline { 
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold; 
    color: #18579A; 
}

h2 { 
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold; 
    color: #18579A; 
}

#ContentText, .NewsText {
    text-align: justify;
    color: #676767;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    position: relative;
    width: 490px;
}

#ContentText td {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

img.ContentImage {
    border: 1px solid #cdc9c6;
}

#Navigation {
    position: absolute;
    top: 150px; 
    left: 1px; 
    background-color: #FAFAFA;
}

#Navigation table.NavTable {
    border: 1px solid #CDC9C6;
    background-color: #FAFAFA;
}

#Navigation a {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #999999;
}

#Navigation td.NavLine {
    border-bottom: 1px solid #CDC9C6;
}

hr {
    border-bottom: 1px solid #CDC9C6;
    height: 1px;
    position: relative;
}

#Footer {
    font-size: 10px; 
    text-align: center;
 
    position: relative;
    padding: left;
}

b { font: 12px tahoma,arial,verdana; font-weight: bold; color: #18579A; }

input.textInput, textarea.textInput {
    border: 1px solid #18579A;
    background-color: #FEFEFE;
    font: 12px tahoma,arial,verdana; 
}
input.textInput {
    width: 170px;
}

input.button {
    border: 1px solid #18579A;
    background-color: #FEFEFE;
    font: 12px tahoma,arial,verdana; 
    font-weight: bold;
}

.headline { font: 14px tahoma,arial,verdana; font-weight: bold; color: #18579A; }
.smallheadline { font: 12px tahoma,arial,verdana; font-weight: bold; color: #18579A; }
	
.navitem {  font: 12px tahoma,arial,verdana; text-align: left; }
.navarrow { text-align: left; }
.navitemactive {  font: 12px tahoma,arial,verdana; font-weight: bold; color: #18579A; text-align: left; }
.subnavitem {  font: 10px tahoma,arial,verdana; text-align: left; }
.subnavitemactive {  font: 10px tahoma,arial,verdana; font-weight: bold; color: #18579A; text-align: left; }

