body {
    background-color: #aa9582;
    background-repeat: repeat-x;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    margin: 20px;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-arrow-color: #000000;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-face-color: #9f9f9f;
    scrollbar-highlight-color: #000000;
    scrollbar-shadow-color: #000000;
    scrollbar-track-color: #cccccc;
    xoverflow-x: hidden;
}

table, tr {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding: 0px;
}

td {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
}

img {
    border: 0px;
}

.header {
    background-color: transparent;
    background-repeat: no-repeat;
    
    color: #ffffff;
    height: 135px;
    width: 100%;
}

.icell {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.error {
    color: #ff3600;
    letter-spacing: 1px;
    font-weight: bold;
}

.sectionFirst {
    border: 1px solid #000000;
    letter-spacing: 1px;
    font-weight: bold;
    background-color: #9f9f9f;
    color: #ffffff;
}

.section {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    letter-spacing: 1px;
    font-weight: bold;
    background-color: #9f9f9f;
    color: #ffffff;
}

.sectionLeft {
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    letter-spacing: 1px;
    font-weight: bold;
    background-color: #9f9f9f;
    color: #ffffff;
}

.sectionRight {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    letter-spacing: 1px;
    font-weight: bold;
    background-color: #9f9f9f;
    color: #ffffff;
}

.boxFirst {
    border: 1px solid #000000;
}

.box {
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.boxLeft {
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.boxCenter {
    border-bottom: 1px solid #000000;
}

.boxRight {
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.comment {
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #e8e8e8; 
    color: #000000;
}

input, textarea, select { 
    background-color: #e8e8e8; 
    font-family: arial, helvetica, sans-serif;
    font-size: 12px; 
}

p {
    margin: 8px 0px;
    padding: 0px;
}

.n { 
    font-size: 12px; 
    color: #ff3600;
}

.purple { color: #600060; }
.orange { color: #ff3600; }
.normal { color: #000000; }
.brown  { color: #52473e; }

a { color: #ff3600; text-decoration: none; }
a:visited { color: #ff3600; text-decoration: none; }
a:active { color: #600060; text-decoration: none; }
a:hover { color: #ff3600; text-decoration: underline; }

.black { color: #000000; text-decoration: none; }
.black:visited { color: #000000; text-decoration: none; }
.black:active { color: #600060; text-decoration: none; }
.black:hover { color: #ff3600; text-decoration: underline; }

.white { color: #ffffff; text-decoration: none; }
.white:visited { color: #ffffff; text-decoration: none; }
.white:active { color: #ffffff; text-decoration: none; }
.white:hover { color: #ffffff; text-decoration: underline; }

.small { color: #a0a0a0; letter-spacing: 0pt; font-size: 12px; }
.small:visited { color: #808080; text-decoration: none; }
.small:active { color: #600060; text-decoration: none; }
.small:hover { color: #ff3600; text-decoration: underline; }

.title { color: #000000; text-decoration: none; font-weight: bold; }
.title:visited { color: #000000; text-decoration: none; }
.title:active { color: #600060; text-decoration: none; }
.title:hover { color: #ff3600; text-decoration: underline; }
