/* Latest News */

#latest-news { /* Keyline box around the Latest News box */
	background-image: url(news-box-bg.jpg);                                             
	background-repeat: no-repeat;                                             
	border:1px solid #b3d6ea;
	padding:10px;
	margin-bottom: 15px;
	}

.latest-news-title {  /* Latest News Title */
	margin:0 0 15px 0;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	}

.news-title { 
	font-weight:bold;
	color:#3399cc;
	}

.news-title a {
	color:#3399cc;
	}
	
.news-title a:hover {
	color:#CC0000;
	}

.news-intro {
	margin-right:10px;
	font-size:10px;
	color:#666666;
	line-height:14px;
	}

.news-read-more {
	font-size:10px;
	line-height:14px;
	}


.news-read-more a {
	color:#3399cc;
	}
	
.news-read-more a:hover {
	color:#CC0000;
	}
	
.latest-news-from {
	color:#3399cc;
	font-size:12px;
	font-weight:normal;
	}

.mailing-list { 
	color:#3399cc;
	}

.mailing-list a {
	color:#3399cc;
	}
	
.mailing-list a:hover {
	color:#CC0000;
	}

.feed {
	margin-bottom: 5px;
	}
	
.feed a {	
	color:#3399cc;
	}
	
.feed a:hover {
	color:#CC0000;
	}

.feed img {
	border:0;
	}
/* End of Latest News */
