body {
	font-family: Arial, Helvetica, sans-serif;
	}

/*  CSS for page headings  */
.page_headings{
	color: #1a5ca7;
	font-weight: normal;
	
	font-size: 18px;
}

/*  CSS for homepage features  */
.homepage_features{
	color: #0a50a1;
	font-weight: normal;
	
	font-size: 14px;
}

/*  CSS for homepage mission */
.homepage_mission{
	color: #ffffff;
	font-weight: normal;
	
	font-size: 14px;
}

/*  CSS for content-12  */
.content-12{
	color: #676c70;
	font-weight: normal;
	
	font-size: 12px;
}

/*  CSS for content-11  */
.content-11{
	color: #676c70;
    font-weight: normal;
	
	font-size: 11px;
}

/*  CSS for content links 11  */
a.contentlinks-11:link {
	color: #3d5ebf;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	
	font-size: 11px;
	line-height: 16px;
}
a.contentlinks-11:visited {
	color: #3d5ebf;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	
	font-size: 11px;
	line-height: 16px;
}
a.contentlinks-11:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	background-color: #3d5ebf;
	
	font-size: 11px;
	line-height: 16px;
}

/*  CSS for content links 12  */
a.contentlinks-12:link {
	color: #3d5ebf;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	
	font-size: 12px;
}
a.contentlinks-12:visited {
	color: #3d5ebf;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	
	font-size: 12px;
}
a.contentlinks-12:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	background-color: #3d5ebf;
	
	font-size: 12px;
}

/*  CSS for footer links 10  */
.footer-links a {
	color: #676c70;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	
	font-size: 10px;
}
.footer-links a:visited {
	color: #676c70;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	
	font-size: 10px;
}
.footer-links a:hover {
	color: #0a50a1;
	font-weight: normal;
	text-decoration: none;
	background-color: none;
	
	font-size: 10px;
}
.news {
	padding: 24px 32px 24px 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	}
.news p {margin-bottom: 8px; line-height: 1.5em;}

.news a {color: #FFF;}

#news-list, #news-detail {
	margin: 24px;
	font-size: 12px;
	color: #676c70;
	}
	
#news-list td {
	padding: 8px;
	font: 12px Arial, Helvetica, sans-serif;
	}
	
#news-list h2 a {
	font-size: 14px;
	color: #676c70;
	margin: 0;
	padding: 0;
	}
	
#news-list td a {
	text-decoration: none;
	}
	
#news-detail h1 {
	font-size: 16px;
	padding-bottom: 3px;
	border-bottom: 1px solid #f0f0f0;
	}
	
#news-detail p {
	font-size: 12px;
	color: #676c70;
	margin-bottom: 8px;
	}
	
	
.anynews hr {display: none;}

.anynews ul {
	margin: 0 0 0 16px;
	padding: 0;
	}

.anynews li {
	line-height: 1.6em;
	margin: 0 0 4px 0;
	padding: 0;
	}
	
.anynews a { text-decoration: none;}
.anynews a:hover { text-decoration: underline;}
