body {
    margin: 0px; 
    padding: 0px;
    background-color: #3f3f3f;
}

div.main {
    padding: 20px 0;
    margin: 0 auto;
    width: 740px;
    background-color: white;
}

h1 {
    color: #1f216f;
    font-weight: normal;
    font-size: 17pt;
}

h2 {
    color: #1f216f;
    font-size: 15pt;
    font-weight: normal;
}

h3 {
    color: #1f216f;
    font-size: 13pt;
    font-weight: normal;
}

h3.tight {
    margin: 1em 0 0 0;
}

p.tight {
    margin: 0.5em 0;
}

img {
    border: 0px none;
}

div.boxed {
    border: 1px solid #cfcfef;
    padding: 3px 20px;
}

table.grid {
    width: 100%;
}

table.grid td {
    padding: 5px 1px;
    border: 1px solid #cfcfef;
}

table.grid td.center {
    text-align: center;
}

table.boxed {
    padding: 0 0 15px 0;
    width: 100%;
    border-spacing: 10px 5px;
}

table.boxed td {
    font-family: sans-serif;
    font-size: 10pt;
    border: 1px solid #cfcfef;
    padding: 3px 20px;
    vertical-align: top;
}

table.boxed td.center{
    text-align: center
}

table.boxed td.empty {
    border: 1px none #cfcfef;
}

table.boxed th {
    font-family: serif;
    font-size: 12pt;
    font-weight: bold;
    padding: 3px 10px;
}

div.caption-image-right {
    float: right; 
    padding: 3px 0 3px 10px;
    font-size: 8pt;
    font-family: sans-serif;
}

div.badge {
    font-size: 8pt;
    font-family: sans-serif;
    text-align: center;
    padding-bottom: 10px;
}

img.image-right {
    float: right; 
    padding: 3px 0 3px 10px;
}

div.banner {
    position:relative;
    line-height: 0; 
}

div.sidebar-left {
    float: left;
    width: 180px;
    padding: 25px 20px;
    font-size: 10pt;
    font-family: sans-serif;
    background-color: #ffffff;
    margin-bottom: 0;
}

div.content-right {
    float: right;
    width: 479px;
    padding: 25px 20px;
    font-size: 11pt;
    font-family: serif;
    background-color: #ffffff;
}

div.content-fill {
    padding: 25px 20px;
    font-size: 11pt;
    font-family: serif;
    background-color: #ffffff;
}

div.content-full {
    float: left;
    width: 740px;
    padding: 25px 0px;
    font-size: 11pt;
    font-family: serif;
    background-color: #ffffff;
}

div.footer {
    background-color: #ffffff;
    clear: both;
    padding: 0 20px;
    font-size: 8pt;
    font-family: sans-serif;
}

a.stealth:link {
    color: #2f416f;
    text-decoration: none;
}

a.stealth:visited {
    color: #2f416f;
    text-decoration: none;
}

a.stealth:hover {
    text-decoration: underline;
}

span.navbar-current {
    color: white;
    background-image: url(image/RolloverBackground.png);
    background-repeat: repeat-x;
    background-position: center center;
    padding: 3px 18px;
}

ul.list li {
    padding-bottom: 5px;
}

span.important {
    color: #af0000;
}

span.date {
    color: #004f1f;
    font-style: italic;
}

a.navbar:link {
    color: #2f416f;
    text-decoration: none;
    padding: 3px 18px;
}

a.navbar:visited {
    color: #2f416f;
    text-decoration: none;
    padding: 3px 18px;
}

a.navbar:hover {
    color: white;
    background-image: url(image/RolloverBackground.png);
    background-repeat: repeat-x;
    background-position: center center;
}

div.navbar {
    font-size: 10pt;
    font-family: sans-serif;
    position: relative;
    top: -22px;
    padding: 3px 20px;
    border-bottom: 1px solid #afafaf;
    text-align: right;
}
