/* Styles associated with news items and anything CuteNews */

.n_update {
margin-bottom: 20px; 
border: 1px solid #767676; 
background-color: #F5F5F5;
}

.n_head {
margin: 4px; 
border-bottom: 1px solid #A1A3A5;
}

	.n_date {
	float: right; 
	font-family: sans-serif;
	}
	
	.n_title {
	font-family: Arial Narrow, Arial, Sans-Serif; 
	font-size: 16pt; color: black;  
	text-align: center;
	}
	
	a.n_title, a.n_title:active, a.n_title:visited {
	font-family: Arial Narrow, Arial, Sans-Serif; 
	font-size: 16pt; 
	color: black; 
	text-align: center;
	text-decoration: none;
	}

.n_body {
margin: 4px; 
font-family: Arial;
font-size: 10pt;
}

.n_foot {
margin: 4px; 
height: 16px; 
border-top: 1px solid #A1A3A5;
}

.n_readmore {
float: right; 
font-family: serif;
}

.n_readmore a {
text-decoration: none;
color: #204F9F;
font-family: sans-serif;
font-size: 11pt;
font-weight: bold;
}