﻿table.table1{
    width:760px;
    align:center;
}
td.textCellLG{
    font-size:11px;
    padding-left:5px;
    padding-right:3px;
}
td.textCell{
    font-size:10px;
    padding-left:5px;
    padding-right:3px;
}
td.linearTextTitle{
    font-size:9px;
    text-align:right;
    border-bottom:0px;
    border-top:0px;
    border-left:0px;
    border-right:0px;
    padding-right:0px;
    height:8px;
    width:90px;
}
td.linearTextDesc{
    font-size:9px;
    text-align:left;
    padding-left:3px;
    width:40px;
    height:8px;
}        
td.linearReg{
    font-size:9px;
    text-align:left;
    padding-right:0px;
    width:140px;
    height:8px;
}
td.linearRegRight{
    font-size:9px;
    float:right;
    width:140px;
    height:8px;
}

/* this is for the drop shadow on the images and such */
#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

#shadow-container .shadow1 {
    background: #F1F0F1;
}

#shadow-container .shadow2 {
    background: #DBDADB;
}

#shadow-container .shadow3 {
    background: #B8B6B8;
}

#shadow-container .container {
    background: #FFFFFF;
    border: 1px solid #848284;
    padding: 10px;
    }        

