/* CSS Document */

  table {
	text-align: left;
	font: Arial;
	font-size : 12px;
	font-weight: normal;
	padding: 0;
	color: black;
	}
	
  body { 
       background-color: #FFFFFF;
	   font: Arial; 
       font-size: 12px; 
	   font-weight: normal;
       color: black; }


  p { 
	text-align: left;
 	font: Arial;
    font-size:12px;
	font-weight: normal; 
    color: black;
     }
  p.center { 
	text-align: center;
 	font: Arial;
    font-size:12px;
	font-weight: normal; 
    color: black;
     }
  p.menu { 
	text-align: center;
 	font: Arial;
    font-size:10px;
	font-weight: normal; 
    color: black;
     }

  A:link {

	font:Arial;
    font-size : 12px;
	font-weight: normal;
    color : #990000;
	text-decoration: underline;
    }


  A:visited {

    font:Arial;
    font-size : 12px;
 	font-weight:normal;
    color : #CC0000;
    text-decoration: underline;
    }
  
  A:hover {

    font:Arial;
    font-size : 12px;
	font-weight: normal;
    color : red;
	text-decoration: none;
    }
	
  A.menu:link {

	font:Arial;
    font-size : 12px;
	font-weight: normal;
    color : #990000;
	text-decoration: underline;
    }


  A.menu:visited {

    font:Arial;
    font-size : 12px;
 	font-weight:normal;
    color : #CC0000;
    text-decoration: underline;
    }
  
  A.menu:hover {

    font:Arial;
    font-size : 12px;
	font-weight: normal;
    color : red;
	text-decoration: none;
    }
	
  A.news:link {

	font:Arial;
    font-size : 18px;
	font-weight: normal;
    color : #990000;
	text-decoration: underline;
    }


  A.news:visited {

    font:Arial;
    font-size : 18px;
 	font-weight:normal;
    color : #CC0000;
    text-decoration: underline;
    }
  
  A.news:hover {

    font:Arial;
    font-size : 18px;
	font-weight: normal;
    color : red;
	text-decoration: none;
    }
	
  i {
	font-style:italic;
	font:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	}
	

  h2 {
	
	font:Arial;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	}
  
  h3 {
	
	font:Arial;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	}
	
  h3.news {
    text-align:center;
	font:Arial;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	}
	
  h3.maroon {
  	text-align:center;
	font:Arial;
	font-size:15px;
	font-weight:bold;
	color:#990000;
	}

  font.neasemh2 {

	font:Arial;
	font-size:26px;
	font-weight: bold;
	color:#FF0000;
	}
	
  font.neasem {

	font:Arial;
	font-size:17px;
	font-weight: bold;
	color:#FF0000;
	}
	
  font.neasem_menu {

	font:Arial;
	font-size:14px;
	font-weight: bold;
	color:#000000;
	}
	
	#navigation {
	float:right;
	}
	