body {
        margin:0px 0px 0px 0px;
        padding:0px;
        font-size: 9pt;
        color:#000000;
        background-color:#AFD8E8;
        
      }

table {
        border:0px solid #A0C6D5;
        background-color:#A0C6D5;
        margin:1px;
        margin-left: auto;
        margin-right: auto;
}

.sitecolor
{
background-color:#AFD8E8;
}


/* text styles */

.burgundy
{
font-weight: bold; 
color: #990000;
}

.spantrans1
{
font-family: monospace; 
font-size: 9px;
color: #03a;
}

.senttype1
{
font-size: 14px;
font-weight: bold; 
color: #990000;
}

.transtype1
{
font-family: monospace;
font-style: italic;
font-size: 10px;
color: #708090;
}

.underword1
{
text-decoration: underline;
font-style: italic;
}

.redemph
{
background-color: #FFB700;
}


/* table styles */

.cabtd {
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
        border-right: 1px dotted #000000;
        border-left: 1px dotted #000000;
	background: #E0E0E0;
	}

.pietd {
	border-bottom: 1px solid #AFD8E8;
	}

/* div styles */

 /* as seen on jbwebdev.com */

.exdiv1{  
    background: #F7F7F7;
    border: 1px dotted #ccc;
    padding: 6px;}

.bentcorner{
    position: relative;
    top: -7px;
    right: -7px;
    float: right;}


