﻿
/* GENERAL BODY ATTRIBUTES */

body
{ 

background-image: url('images/backe.jpg'); 
background-repeat: repeat-x;
background-color: #999999;





/* 

dont forget to change the path once file is on the server to

background-image: url('images/backe.jpg'); 

*/

}






/* TEXT ATTRIBUTES */

            
p, table, li, h1, h2, h3
{
    /* font-family: TradeGothic Bold, Arial, Helvetica, sans-serif; */   /* 'TradeGothic Bold' */   
    
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold; 
    font-size: small;
    color: #666666;
    text-decoration: none;
    background-repeat: no-repeat;
  
    
}





/* LINKS */

a:link {COLOR: #666666; text-decoration: none;}
a:visited {COLOR: #666666; text-decoration: none;}
a:active {COLOR: #DC143C; text-decoration: none;}
a:hover {COLOR: #DC143C; text-decoration: none;}







/* TABLE FOR INFORMATION WITH taback.gif */


.styletable
{
            width: 800px;
            cellpadding: 0; /* might be able to take these out now but test first. if you do then you will have to adjust the td style heights to accomodate */
            cellspacing: 0;
}







/* TD styles for the taback.gif tables */

.tdsty1
        {
            width: 200px;
        }
        
.tdsty2
        {
            width: 12px;
        }
        
.tdsty3
        {
            height: 50px;
            vertical-align:middle;
            font-size: medium;
    text-align: left;
}

.tdsty4
        {
            height: 80px;
            vertical-align:middle;  
        }

.tdsty5
        {
            width: 160px;
            font-family: TradeGothic Bold, Arial, Helvetica, sans-serif; /* 'TradeGothic Bold' */
            font-size: medium;
            color: #DC143C;
            text-decoration: none;
            font-weight: bold;
        }


/* 'TradeGothic Bold' */

/* comment test */
