﻿body
{
    background-color: #34180D;
    background-color: #000000;
}

a:link, A:visited
{
        font-family: Arial;
    font-size: 12px;
    font-weight:bold;
    color: #6F5036;
}

.borderBlackRight
{
    border-right: solid 1px black;
}

.footer a:link
{
    font-size: 9pt;
    font-family: Arial;
    color: #6F5036; /*background-color: #34180D;*/
    text-decoration: none;
}

.footer A:visited
{
    font-size: 9pt;
    font-family: Arial;
    color: #6F5036; /*background-color: #34180D;*/
    text-decoration: none;
}

.footer a:hover
{
    color: #954F23;
    background-color: #FFFFFF;
}

.footer A:visited:hover
{
    color: #954F23;
    background-color: #FFFFFF;
}

.PricingHeader
{
    font-family: Arial;
    font-size: 24px;
    font-weight:bold;
    color: #6F5036;
}

.information
{
    font-family: Arial;
    font-size: 14px;
    color: #6F5036;
}

.lightHeader
{
    font-family: Arial;
    font-size: 34px;
    color: #E1CAB8;
}

.lightInformation
{
    font-family: Arial;
    font-size: 11px;
    color: #E1CAB8;
}


.navigate a:link
{
    border-right: #DABF9F thin solid;
    border-left: #DABF9F thin solid;
    border-top: #DABF9F thin solid;
    border-bottom: #DABF9F 0px solid;
    display: block;
    font-weight: bold;
    font-size: 10pt;
    width: 122px;
    color: #FFF1E1;
    font-style: normal;
    font-family: Arial;
    background-color: #34180D;
    text-align: center;
    text-decoration: none;
    padding: 2px;
}

.navigate A:visited
{
    border-right: #DABF9F thin solid;
    border-left: #DABF9F thin solid;
    border-top: #DABF9F thin solid;
    border-bottom: #DABF9F 0px solid;
    display: block;
    font-weight: bold;
    font-size: 10pt;
    width: 122px;
    color: #FFF1E1;
    font-style: normal;
    font-family: Arial;
    background-color: #34180D;
    text-align: center;
    text-decoration: none;
    padding: 2px;
}

.navigate a:hover
{
    color: #954F23;
    background-color: #FFFFFF;
}

.navigate A:visited:hover
{
    color: #954F23;
    background-color: #FFFFFF;
}

.stitchTable
{
    border: dashed 1px #D6A989;
}

.stitchBottom
{
    border-bottom: dashed 1px #D6A989;
}

div.transOFF 
{
	width: 100%; 
}
div.transON  
{
	width: 100%; 
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
}
div.trans75  
{
	width: 100%; 
	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
}

ul.toc li
{
    width: 280px;
    clear: left;
    border-bottom: dotted 1px #34180D;
    height: 1.05em;
    position: relative;
    text-decoration: none;
    vertical-align:bottom;
    padding-left: 0px;
}
ul.toc span.left
{
    float:left;
    position:relative;
    text-decoration:none;
    padding-right: 5px;
}

ul.toc span {
    background:#E1CAB8;
    padding:0 3px 0 0;
    float:right;
    position:relative;
    text-decoration:none;
    padding-left: 5px;
}

