

/***********  table styles  ***********/

td {
    border: solid #FFFFFF 1px;
    padding 10px;
}

a img {
    border: solid #000000 0px;
}

/***********  title styles  ***********/

/** main page content title 18px blue with 1px bottom border **/  
.title1 {                                  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #150D6D;
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid #150D6D 1px;
    margin-bottom: 15px;
    width: 100%;
}

/** main page sub-content title 16px black with 1px top border **/  
.title2 {                               
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #150D6D;
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid #150D6D 1px;
    margin-bottom: 5px;
    width: 100%;
}

/** main page sub-content title 12px black with 1px top border **/  
.title3 {   
    margin-top: 10px;                               
    font-size: 14px;
    font-weight: bold;
    border-top: solid #333333 1px;
    color: #333333;
}

.title3 p {                                
    font-size: 20px;
    font-weight: bold;
}




/***********  bullet link styles  ***********/


.bullet {
    list-style-type :none;
    text-align:left; 
    margin: 10px 0px 10px 0px;
}


.BulletPdfLink {
     padding-left: 20px;
     background-image: url(../../../images/interface/pdf-icon-tiny.gif);
     background-repeat: no-repeat;
     background-position: 0px 0px;
     list-style: none;
}

.BulletWebLink {
     padding-left: 20px;
     background-image: url(../../../images/interface/weblink-icon-tiny.gif);
     background-repeat: no-repeat;
     background-position: 0px 0px;
     list-style: none;
}

.BulletWordLink {
     padding-left: 20px;
     background-image: url(../../../images/interface/word-icon-tiny.gif);
     background-repeat: no-repeat;
     background-position: 0px 0px;
     list-style: none;
}



/*********** image styles  ***********/

.pictureRight {
     border: solid #000000 0px;
}

.pictureLeft {
     border: solid #000000 0px;
}





