/* Default CSS Stylesheet for a new Web Application project */

.main-links {
	font-family: verdana; 
	font-size: 11px;
	font-weight: normal;
	color: #000000;
} 
  
  .header-text {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color:#D4A301;  
}

.content-text {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #262D61; 
}

.news-header {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #568F4D;
}
.news-hcontent {
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #568F4D;
}

.navigation { 
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: WHITE;
   A.visited { COLOR: #FFFFFF; TEXT-DECORATION: none; font-family: verdana;
	font-size: 10px;
	font-weight: bold; }


 A:link { color: #FFFFFF;
	 TEXT-DECORATION: none;
	 font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	}
	 A:visited { COLOR: #FFFFFF; TEXT-DECORATION: none; font-family: verdana;
	font-size: 10px;
	font-weight: bold; }
	 A:hover { COLOR: #FFFFFF; font-family: verdana;
	font-size: 10px;
	font-weight: bold; }
	

.navigation_gray { 
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #545780;
  

}


.navigation-1 {  
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	font-color:#000000;    
    	background-color: #b1b18f; 
	border-color:#b1b18f;    
   	border-width:thin;
   	border:0;  
  
}   