body
	{
	background-color: #f2f3ed;
	font-family: Arial;
	font-size: 9px;
	margin: 0;
	padding: 0;
	}
	
a.menu
	{
	display: block; 
	width: 120px; 
	height: 33px; 
	margin: 2px 2px 0 2px; 
	font-size: 15px; 
	color: #474747; 
	padding: 8px 0 0 0; 
	text-align: center; 
	float: left;
	font-weight: bold;
	text-decoration: none;
	}
	
a.menu:hover
	{
	color: #191919; 
	background-color: #e2e2e2; 	
	}
	
a.menuSelected
	{
	display: block; 
	width: 120px; 
	height: 33px; 
	background-image: url('img/selected.gif'); 
	background-repeat: repeat-x;
	background-color: #fff; 
	margin: 5px 0px 0 0px; 
	font-size: 15px; 
	color: #1f4276; 
	padding: 7px 0 0 0; 
	text-align: center; 
	float: left;
	font-weight: bold;
	text-decoration: none;	
	}
	
.item_link
	{
	color: #1f4276;
	font-size: 18px;
	}
	
.item_date
	{
	color: #636363;
	font-size: 10px;
	}
	
.item_description
	{
	color: #000;
	font-size: 14px;
	overflow: hidden;
	}
	
.featured_item_link
	{
	color: #1f4276;
	font-size: 13px;
	}
	
.featured_item_date
	{
	color: #636363;
	font-size: 10px;
	}
	
.featured_item_description
	{
	color: #000;
	font-size: 12px;
	overflow: hidden;
	}
	
a.category_item_link
	{
	color: #1f4276;
	font-size: 11px;
	text-decoration: none;
	}
	
a.category_item_link:hover
	{
	color: #1f4276;
	font-size: 11px;
	text-decoration: underline;
	}
	
a.footer
	{
	font-size: 15px;
	color: #7d7d7d;
	text-decoration: none;
	}
	
a.footer:hover
	{
	color: #1f4276;
	}

