body { margin: 0px auto; 
       font-family: Verdana, arial, sans-serif;
    font-size: 11px;
    text-align: justify;
    background-color: #FFBB50;
    color: #000000;
   }
   
   

P { 
	  
    font-family: Tresbuchet MS, Verdana, Helvetica;
    font-size: 12px;
    color: #000000;
	}


table { font-weight: normal;
        font-family: verdana, arial, sans-serif;
        color: #000000;
        text-align: justify;
        margin: 0px auto;
       }
    
TD { 
     font-weight: normal;  
    font-family: Verdana, Helvetica;
    font-size: 12px;
    color: #000000;
    text-align: justify;
    
   }

TH { 
     font-weight: normal;  
    font-family: Verdana, Helvetica;
    font-size: 12px;
    color:#000000;
    text-align: justify;
   }

h1 { 
	font: bold 18pt Verdana; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000000;
	}

h2 { 
	font: bold 16pt Verdana; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000000;
	}

h3 { 
	font: bold 14pt Verdana; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000000;
	}
   
h4 { 
	font: bold 13pt Verdana; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000000;
	}
h5 { 
	font: bold 12pt Verdana; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000000;
   
	}
    
    
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.just { text-align: justify; }
.top { vertical-align: top; }
.bottom { vertical-align: bottom; }
.middle { vertical-align: middle; }

.border { border: 1px solid #000000; }
.noborder { border: 0px solid #ffffff; }

.title { font-size: 16px;
         font-weight: bold;
         letter-spacing: 8px;
         }

.subtitle { font-size: 14px;
         font-weight: bold;
         letter-spacing: 5px;
         }
.subtitle2 { font-size: 12px;
         font-weight: bold;
         font-style: italic;
         color: #0000A0;
         letter-spacing: 1px;
         }
         
.distbox1 { height:400px;padding-top:10px;padding-left:10px;border:1px solid #000000; }

.footer { border-top: 3px solid #9B3E36; }
  
a:link, a:visited {

	font-weight : normal; 
    text-decoration : none;
    color: #2F40B6;
    background: transparent; 
    }


a:hover {

	font-weight : normal; 
    text-decoration : underline;
    color: #F48A36;
    background: transparent; 
    }


a:active {

	font-weight : normal; 
    text-decoration : none;
    color: #003366;
    background: transparent;  
    }

.menu-background {
	background-image: url(../images/menu-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
