﻿BODY {
    padding:0px;
    margin:0px;
    background-color:#669966;
}

HTML {
    overflow:auto;
    /* this stops horiz scroll bar which was mysteriously appearing in IE */
   overflow-x:hidden;
   font-family:Verdana;
   font-size:8pt;
}

A {
    text-decoration:none;
}

A:hover {
    text-decoration:underline;
}

#TopDiv1 {
    width:100%;
    height:20px;
    text-align:center;
    color:white;
    padding-top:2px;
    font-family:Courier New;
    font-size:9pt;
}

#TopDiv2 {
    width:100%;
    background-color:white;
    height:2px;
}

#TopDiv3 {
    width:100%;
    background-color:black;
    height:150px;
    color:white;
    text-align:center;
}

#TopDiv4 {
    width:100%;
    background-color:#FFDFBF;
    height:4px;
}

#MainTableDiv {
    background-color:#666666;
    width:100%;
}

#MainTable {
    border:0;
    padding:0;
    margin-left:auto;
    margin-right:auto;
    height:400px;
}

#LeftNav {
    width:165px;
    padding:15px;
    background:#FFDFBF;
    vertical-align:top;
    text-align:left;
    color:#669966;
}

#LeftNav A {
    color:#669966;
    font-size:10pt;
    font-weight:bold;
}

#MainContent {
    width:580px;
    padding:15px;
    background:#FFFFFF;
    vertical-align:top;
    font-size:9pt;
    line-height:2;
}

#BottomDiv1 {
    width:100%;
    background-color:white;
    height:4px;
}

#BottomDiv2 {
    width:100%;
    background-color:#333333;
    height:30px;
    text-align:center;
    padding-top:10px;
    color:#FFDFBF;
}

#BottomDiv2 A {
    color:white;
}

#BottomDiv3 {
    width:100%;
    background-color:white;
    height:1px;
}

#CopyRight {
    text-align:center;
    margin-top:10px;
    color:#FFDFBF;
}

#CWD {
    text-align:center;
    margin-top:10px;
    color:white;
}

#CWD A {
    color:white;
    font-size:7pt;
}

.MainTitle {
    font-weight:bold;
    color:#669966;
    font-size:12pt;
    margin-bottom:10px;
}