BODY
{
    font-family: verdana;
    font-size: x-small
    background: 9596AC;
}

a               
{   
    font-family: verdana; 
    font-size: 8pt; 
    font-weight: bold
}

.normal		
{   
    font-family: verdana; 
    font-size: 7pt; 
    cursor: hand;
}

.highlite	
{   
    font-family: verdana; 
    font-size: 7pt; 
    cursor: hand; 
    background-color:#fb543c;
}

.boldTitle	
{   
    font-family: verdana; 
    font-size: 14pt;
    font-style: italic;
    color: 000000; 
    background-color:CECED9;
}


.mainTitle	
{   
    font-family: verdana; 
    font-size: 14pt;
    font-style: italic;
    color: 000000; 
    text-align: center;
    background-color:CECED9;
}

.subTitle	
{ 
    font-family: verdana; 
    font-size: 8pt; 
    color: FF0000;
    text-align: center;
    background-color:FFFFFF;
}

.fieldPrompt	
{ 
    font-family: verdana; 
    font-size: 8pt; 
    color: 000000;
    text-align: right;
    cursor: default;
}

.textRed
{ 
    font-family: verdana; 
    font-size: 10pt; 
    color: FF0000;
    cursor: default;
}

.fieldDetail	
{ 
    font-family: verdana; 
    font-size: 8pt; 
    color: 000000;
    cursor: default;
}

.fieldSettings
{
    font-family: verdana; 
    font-size: 10pt;
    color: 000000; 
    border-style: outset; 
    padding-top: 1;
    background-color: FFFFFF;
    visibility:visible;
}

.fieldSettingsHidden
{
    font-family: verdana; 
    font-size: 10pt;
    color: 000000; 
    border-style: outset; 
    padding-top: 1;
    width: 0;
    background-color: FFFFFF;
    visibility:hidden;
}

.fieldSettingsHighlight
{
    font-family: verdana; 
    font-size: 10pt;
    color: 000000; 
    border-style: outset; 
    padding-top: 1;
    background-color: FEFDE0;
}

.menuOff
{
    visibility:hidden;
    position:absolute;
}

.menuOn
{   background-color:#cFcFcF; 
    border-style: outset; 
    position:absolute; 
    visibility:visible;
}


.headingRow	
{   
    font-family: verdana; 
    font-size: 10pt;
    color: 000000; 
    cursor: default;
    text-align: center;
    background-color:CECED9;
}

.gridRowA	
{   
    font-family: verdana; 
    font-size: 8pt;
    color: 000000; 
    cursor: hand;
    text-align: center;
    background-color:#FEFDE0;
}

.gridRowB	
{   
    font-family: verdana; 
    font-size: 8pt;
    color: 000000; 
    cursor: hand;
    text-align: center;
    background-color:#F0FAD7;
}

.gridHighlight	
{   
    font-family: verdana; 
    font-size: 8pt;
    color: white; 
    cursor: hand;
    text-align: center;
    background-color:#C00000;
}


.gridSelected	
{   
    font-family: verdana; 
    font-size: 8pt;
    color: white; 
    cursor: hand;
    text-align: center;
    background-color:#0000C0;
}

.lineOn
{   
    background-color:9596AC; 
}

.lineOff
{   
    background-color:CECED9;
}

.menuText	
{ 
    font-family: verdana; 
    font-size: 8pt; 
    cursor: hand;
}

.buttonGrid
{
    background: CECED9;
    color: FFFFFF;
    font-family: verdana;
    font-size: 8pt;
    font-weight: bold;
    border-style: none;
    height: 24px;
}

.menubuttonGrey
{
    background: #cFcFcF;
    border-bottom-color: #0;
    border-left-color: #0;
    border-right-color: #ff;
    border-top-color: #ff;
    color: #0;
    font-family: verdana;
    font-size: 8pt;
    font-weight: bold;
    border-style: none;
    height: 22px;
    width: 110px
}

.menubuttonGreyRaised
{
    background: #cFcFcF;
    border-bottom-color: #0;
    border-left-color: #0;
    border-right-color: #ff;
    border-top-color: #ff;
    color: #0;
    font-family: verdana;
    font-size: 8pt;
    font-weight: bold;
    border-style: ridge;
    border-width: 1;
    height: 22px;
    width: 110px
}

.menubuttonGreyInvisible
{
    visibility: hidden;
    width: 0px;
}

.menubuttonBlue
{
    background: 333366;
    border-bottom-color: #0;
    border-left-color: #0;
    border-right-color: #ff;
    border-top-color: #ff;
    color: FFFFFF;
    font-family: verdana;
    font-size: 8pt;
    font-weight: bold;
    border-style: ridge;
    border-width: 1; 
    height: 22px;
}

.buttonGrey
{
    background: Silver;
    border-bottom-color: #0;
    border-left-color: #0;
    border-right-color: #ff;
    border-top-color: #ff;
    color: FFFFFF;
    font-family: verdana;
    font-size: 8pt;
    font-weight: bold;
    height: 24px;
    width: 100px
}

.buttonColor
{
    background: 333366;
    border-bottom-color: #0;
    border-left-color: #0;
    border-right-color: #ff;
    border-top-color: #ff;
    color: FFFFFF;
    font-family: verdana;
    font-size: 8pt;
    font-weight: bold;
    height: 24px;
    width: 100px
}

.bigbuttonColor
{
    background: 333366;
    border-bottom-color: #0;
    border-left-color: #0;
    border-right-color: #ff;
    border-top-color: #ff;
    color: FFFFFF;
    font-family: verdana;
    font-size: 8pt;
    font-weight: bold;
    height: 24px;
    width: 250px
}

DIV.insideButton
{   
    width: 100px;
    cursor:hand
}
 
 
