/* CSS Document */

h1 { 
    color: #000000;
    font-size: large;
    font-weight: bold;
    font-family: Times;
    text-align: center; }

p {
   color:#000000;
   font-size: 13px;
   font-family: Times New Roman;
   font-weight: normal;
   text-align: left;
   margin-left: .1in; margin-right: .1in }

p.centered 
  {
   color:#000000;
   font-size: 13px;
   font-family: Times New Roman;
   font-weight: normal;
   text-align: center;
   margin-left: .1in; margin-right: .1in }
   
 
   
.address
  {
   color:#000000;
   font-size: 14px; 
   font-family: Arial, Helvetica, sans-serif;
   text-align:left;
   font-weight: normal;
   padding-left: 5px;
   }
   

p.big
  {
   color:#000000;
   font-size: 16px;
   font-family: Times;
   text-align:left;
   font-weight: normal; }
   
p.bigcenter
  {
   color:#000000;
   font-size: 16px;
   font-family: Times;
   text-align:center;
   font-weight: normal; }

.imp
  {
   color:#666666;
   font-size: 13px;
   font-family: Times;
   font-weight: bold; }

.slash
  {
   font-size: 20px;
   font-weight: normal;
   color:#BFC58B;
}

.small
  {
   font-weight: normal;
   font-size:10px;}

   
.smgreen
  {
   color:#5E5E00;
   font-size: small;
   font-family: Times;
   font-weight:normal;
   text-align: center; } 
   
.medgreen
  {
   color:#A8AF61;
   font-size: 15px;
   font-family: Times;
   font-weight:bold;
   text-align: left;
} 
   
.lggreen_center
  {
   color:#A8AF61;
   font-size: 18px;
   font-family: Times;
   font-weight:bold;
   text-align: center;
}  
.style11 {
		font-size: 12px;
		font-weight:normal}
     	
a:link {font-family:Arial, Helvetica, sans-serif; color: #5E5E00; text-decoration:none; font-size:12px; font-weight:normal}
a:visited {font-family:Arial, Helvetica, sans-serif; color: #5E5E00; font-size:12px; font-weight:normal; text-decoration:none}
a:hover {font-family:Arial, Helvetica, sans-serif; color: #CFD3A5; font-weight:normal; text-decoration:none}

a.bottom:link {font-family:Arial, Helvetica, sans-serif; color: #5E5E00; text-decoration:none; font-size:10px; font-weight:normal}
a.bottom:visited {font-family:Arial, Helvetica, sans-serif; color: #5E5E00; font-size:10px; font-weight:normal; text-decoration:none}
a.bottom:hover {font-family:Arial, Helvetica, sans-serif; color: #A2AE65; font-weight:normal; text-decoration:none}


