/* ******************************************************************************
 * tdg_global.css
 * ******************************************************************************
 * Description: Global CSS file for Travesty Dance Group website
 * Revisions:   2005-04-10 [am] File created
 *              2005-04-14 [am] Added classes for copyright info
 * ****************************************************************************** */
BODY        {
    color:       #F1F1F2;
    font-family: Verdana, Arial, sans-serif;
    font-size:   10px;
    margin-top:  30px; margin-left:0px; margin-right:0px; margin-bottom:20px; 
            }

H1          { font-size: 24px;
              font-weight: bold;
			  color: #666666;
            }

H2          { font-size: 13px;
              font-weight: bold;
			  color: #49180D;
			  letter-spacing: 1px;
			  margin-bottom:0px;
			  margin-left: 0px; 
            }
            
H3          { font-size: 10px;
              font-weight: bold;
			  color: #660C0B;
			  margin-bottom:0px;
			  margin-left: 0px;
			  
            }

H4          { font-size: 11px;
              font-weight: bold;
			  color: #B13E25;
			  margin-bottom: 0px;
			  margin-left: 0px; 
            }
            
P           { font-size: 10px;
              font-weight: normal;
			  color: #49180D;
			  margin-top: 3px;
			  margin-bottom:0px;
			  margin-left: 0px;
			  margin-right: 0px;
			  line-height: 12pt;
			  text-align: justify;
			  
            }
			
			
P.indent    {font-size: 10px;
              font-weight: normal;
			  color: #660C0B;
			  margin-top:10px;
			  margin-left: 10px;
			  line-height: 12pt;
			  text-align: justify;
            }
			
P.links    {font-size: 9px;
              margin-top:10px;
			  margin-left: 0px;
			  line-height: 12pt;
			  text-align: justify;
            }
				
            
A           { font-weight: normal;
              text-decoration: none;
			  color: #903F1F;
			  text-align: left;
			  text-decoration: underline;
            }
            
A:HOVER     { font-weight: normal;
              text-decoration: underline;
              color: #666666;
			  text-align: left;
            }
            
.copyright  { font-family: Tahoma, Arial, Verdana, sans-serif;
              font-size: 9px;
              font-weight: normal;
			  color: #333333;
			  margin-top: 0px;
			  text-align: center; 
            }




BODY 

.thinbar {
    color:  #660000;
    height: 1px;
    width:  80%;
}



.infobox {
   padding: 2px; 
   border-color: #660C0B; 
   border-style: solid;
   border-left-width: 1px; 
   border-right-width: 0px;
   border-top-width: 0px; 
   border-bottom-width: 1px; 
}