﻿BODY {
    padding:0px;
    margin:0px;
    background-color:#887544;
    font-size:8pt;
    
}

HTML {
    overflow:auto;
    /* this stops horiz scroll bar which was mysteriously appearing in IE */
   overflow-x:hidden;
   font-family:Verdana;
   font-size:8pt;
   text-align:center;
}

A {
    text-decoration:none;
    color:white;
}

A:hover {
    text-decoration:underline;
}

TEXTAREA 
{
    overflow:auto;
}

TD 
{
    font-size:8pt;
}

#TopDiv1 {
    width:100%;
    height:20px;
    text-align:center;
    color:#EEE9D7;
    padding-top:2px;
    font-family:Courier New;
    font-size:9pt;
}

#TopDiv2 {
    width:100%;
    background-color:#162C2B;
    height:2px;
}

#TopDiv3 {
    width:100%;
    background-color:#D7CAA6;
    color:white;
    text-align:center;
}

#TopDiv4 {
    width:100%;
    background-color:#162C2B;
    height:4px;
}

#MainTableDiv {
    background-color:#544829;
    width:100%;
}

#MainTable {
    border:0;
    padding:0;
    margin-left:auto;
    margin-right:auto;
    height:360px;
    width:800px;
}

#LeftNav {
    width:165px;
    padding:15px;
    background-color:#162C2B;
    vertical-align:top;
    text-align:left;
    color:#EEE9D7;
}

#LeftNav A {
    color:#EEE9D7;
    font-size:9pt;
    font-weight:bold;
}

#LeftNav A:hover {
    color:#887544;
    text-decoration:none;
}

#MainContent {
    width:580px;
    padding:15px;
    background-color:#EEE9D7;
    vertical-align:top;
    font-size:9pt;
    line-height:2;
    text-align:left;
}

#MainContent A 
{
    color:Maroon;
}

#BottomDiv1 {
    width:100%;
    background-color:#EEE9D7;
    height:4px;
}

#BottomDiv2 {
    width:100%;
    background-color:#221E11;
    height:30px;
    text-align:center;
    padding-top:10px;
    color:#EEE9D7;
    font-weight:bold;
    font-size:10pt;
}

#BottomDiv3 {
    width:100%;
    background-color:#162C2B;
    height:1px;
}

.CopyRight {
    text-align:center;
    margin-top:10px;
    color:#EEE9D7;
}

#PageTitle 
{
     font-weight:bold;
     color:#162C2B;
     font-size:11pt;
     margin-bottom:10px;
}

#PageSubTitle 
{
     font-weight:bold;
     color:#544829;
     font-size:9pt;
     margin-bottom:10px;
     margin-left:20px;
}

#CryptoCardNav
{
    line-height:1;
    padding:9px;
    background-color:#D7CAA6;
    float:right;
    width:145px;
    margin-left:20px;
    margin-bottom:15px;
}

#CryptoCardNav A 
{
    /*color:#221E11;*/
    color:#000099;
    font-size:7pt;
    text-decoration:none;
}

#CryptoCardNav A:hover
{
    text-decoration:underline;
}

#GreenspireNav
{
    line-height:1;
    padding:9px;
    background-color:#D7CAA6;
    float:right;
    width:145px;
    margin-left:20px;
    margin-bottom:15px;
}

#GreenspireNav A 
{
    color:#00773F;
    font-size:7pt;
    text-decoration:none;
}

#GreenspireNav A:hover
{
    text-decoration:underline;
}

#ParaNormalLineHeight 
{
    line-height:1.4;
    font-size:8pt;
}

.SectionBreak 
{
    background-color:#162C2B;
    color:White;
    padding:4px;
    margin-bottom:10px;
    font-weight:bold;
}

.HeaderGreenspire 
{
    font-size:10pt;
    font-weight:bold;
    color:#00773F;
    margin-bottom:5px;
    margin-top:15px;
}

.GreenspireMainPageTitle 
{
    font-size:12pt;
    font-weight:bold;
    color:#00773F;
    margin-bottom:15px;
}