body {
    color: #2D2D2F;
    font-family: Arial, Tahoma, Trebuchet MS, Georgia, Times New Roman;
    font-size: 8pt;
    background-color: #E8E0C7;
}

a:active {
    color: #C74432;
    text-decoration: none;
    cursor: pointer;  
}

a:link {
    color: #C74432;
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    color: #C74432;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #DA8954;
    text-decoration: none;
    cursor: pointer;    
}

.header {
    color: #2D2D2F;
    font-size: 16pt;
    text-transform: lowercase;
    font-style: italic;
    letter-spacing: 1pt;
    padding-left: 5px;
}

.subheader {
    color: #88875B;
    font-size: 8px;
    text-transform: uppercase;
    text-align: left;
    font-style: italic;
    letter-spacing: 2pt;
    padding-left: 25px;
}

.imgstyle {
    margin: 5px;
}

.foot {
    color: #2D2D2F;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
}

table {
    color: #2D2D2F;
    font-size: 8pt;
    line-height: 13pt;
}

div {
    color: #2D2D2F;
    font-size: 8pt;
    line-height: 13pt;
}

.divcontainer {
    background: url('images/emotion_layout3x1.jpg') no-repeat;
    width: 375px;
    height: 246px;
    overflow: auto;
}

.divmargin {
    margin: 5px;
}

b, i, strong {
    color: #524D28;
    font-size: 8pt;
}

input, textarea { 
    font-family: Arial, Tahoma, Trebuchet MS, Georgia, Times New Roman;
    color: #2D2D2F;
    font-size: 8pt;
    border: 1px solid #524D28;
    background-color: #F3F0E2;
}

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