body {
    color: #313333;
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    background-color: #FFFFFF;
    margin: 0px;
}

a:active {
    color: #8B3928;
    font-weight: none;
    text-decoration: none;
    cursor: pointer;  
}

a:link {
    color: #8B3928;
    font-weight: none;
    text-decoration: none;
    cursor: pointer;  
}

a:visited {
    color: #8B3928;
    font-weight: none;
    text-decoration: none;
    cursor: pointer;  
}

a:hover {
    color: #BA7750;
    font-weight: none;
    text-decoration: none;
    cursor: pointer;   
}

.header {
    border-left: 8px solid #000000;
    border-bottom: 4px solid #000000;
    background-color: #C6C9BA;
    color: #000000;
    font-size: 16pt;
    font-weight: bold;
    font-style: italic;
    text-transform: lowercase;
    text-align: left;
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 300px;
    background: url('images/ike_layoutbg.gif') top left;
}

.content {
    position: absolute;
    left: 191px;
    top: 273px;
    width: 450px;
}

.navstyle1 {
    border-left: 8px solid #000000;
    background-color: #C6C9BA;
    color: #000000;
    font-size: 8pt;
    text-align: center;
    width: 90px;
}

.navstyle2 {
    border-left: 8px solid #000000;
    background-color: #C6C9BA;
    color: #000000;
    font-size: 8pt;
    text-align: center;
    width: 180px;
}

.imgstyle {
    border-left: 4px solid #000000;
    background-color: #C6C9BA;
    padding: 5px;
}

.foot {
    border-top: 1px dotted #313333;
    color: #313333;
    font-size: 10px;
    text-align: center;
}

.navigation {
    position: absolute;
    left: 8px;
    top: 273px;
    width: 175px;
}

.navigate {
    color: #313333;
    font-size: 16pt;
    text-transform: lowercase;
    text-align: left;
}

.navigate a:link {
    display: block;
    border-left: 8px solid #000000;
    border-bottom: 4px solid #000000;
    background-color: #C6C9BA;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
}

.navigate a:active {
    display: block;
    border-left: 8px solid #000000;
    border-bottom: 4px solid #000000;
    background-color: #C6C9BA;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
}

.navigate a:visited {
    display: block;
    border-left: 8px solid #000000;
    border-bottom: 4px solid #000000;
    background-color: #C6C9BA;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
}

.navigate a:hover {
    display: block;
    border-left: 8px solid #000000;
    border-bottom: 4px solid #000000;
    background-color: #DCDED3;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-style: italic;
    padding: 2px;
}

table {
    color: #313333;
    font-size: 8pt;
    line-height: 15pt;
    letter-spacing: 1px;
}

b, i, strong {
    color: #565B46;
    font-size: 8pt;
}

input, textarea { 
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    color: #000000;
    font-size: 8pt;
    letter-spacing: 1px;
    border: 1px solid #000000;
    background-color: #C6C9BA;
}

select, option, submit, reset {    
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    color: #000000;
    background-color: #C6C9BA;
}