/* ******************************************************************************
 * mission.css
 * ******************************************************************************
 * Description: Global CSS file for Mission Houston website
 * Revisions:   2005-04-10 [am] File created
 *              2005-04-14 [am] Added classes for copyright info
 * ****************************************************************************** */
BODY        {
    background-image: url(images/global/background.jpg);
    color:       #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size:   11px;
    margin-top:  0px; margin-left:0px; margin-right:0px; margin-bottom:0px; 
            }

H1          { font-size: 24px;
              font-weight: bold;
			  color: #666666;
            }

H2          { font-size: 15px;
              font-weight: bold;
			  color: #333133;
			  letter-spacing: 1px;
			  margin-bottom:0px;
			  margin-left: 5px; 
            }
            
H3          { font-size: 10px;
              font-weight: bold;
			  color: #660C0B;
			  margin-bottom:0px;
			  margin-left: 0px;
			  
            }

H4          { font-size: 11px;
              font-weight: bold;
			  color: #AD680E;
			  margin-bottom:0px;
			  margin-left: 5px; 
            }
            
P           { font-size: 11px;
              font-weight: normal;
			  color: #333333;
			  margin-bottom:0px;
			  margin-left: 5px;
			  margin-right: 10px;
			  line-height: 12pt;
			  text-align: justify;
			  
            }
			
P.indent    {font-size: 10px;
              font-weight: normal;
			  color: #AD680E;
			  margin-top:10px;
			  margin-left: 20px;
			  line-height: 10pt;
			  text-align: justify;
            }
			
P.indent2    {font-size: 10px;
              font-weight: normal;
			  color: #333333;
			  margin-top:10px;
			  margin-left: 20px;
			  line-height: 10pt;
			  text-align: justify;
            }
			
			
P.staff    {font-size: 10px;
              font-weight: bold;
			  color: #AD680E;
			  margin-top:5px;
			  margin-left: 5px;
			  line-height: 12pt;
			  text-align: justify;
            }
			
P.staff2    {font-size: 10px;
              font-weight: bold;
			  color: #AD680E;
			  margin-top:0px;
			  margin-left: 5px;
			  margin-bottom:0px;
			  line-height: 12pt;
			  text-align: justify;
            }
			
P.links    {font-size: 10px;
              margin-top:10px;
			  margin-left: 0px;
			  line-height: 12pt;
			  text-align: justify;
            }
			
P.table    {font-size: 10px;
              margin-top:0px;
			  margin-left: 5px;
			  margin-right: 10px;
			  line-height: 12pt;
			  text-align: justify;
            }
			
P.table2    {font-size: 9px;
              margin-top:0px;
			  margin-left: 5px;
			  margin-right: 10px;
			  line-height: 12pt;
			  text-align: left;
            }
				
            
A           { font-size: 11px;
				font-weight: normal;
              text-decoration: none;
			  color: #333333;
			  text-align: left;
			  text-decoration: underline;
            }
            
A:HOVER     { font-size: 11px;
				font-weight: normal;
              text-decoration: underline;
              color: #660C0B;
			  text-align: left;
            }
            
.copyright  { font-family: Tahoma, Arial, Verdana, sans-serif;
              font-size: 9px;
              font-weight: normal; 
            }




BODY 

.thinbar {
    color:  #660000;
    height: 1px;
    width:  80%;
}

.copyright {
    font-family: Verdana, Arial, sans-serif;
    font-size:   9px;
    color:       #000000;
}

.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; 
}