.orange{
	color:#FF9900;
}

/* ==== LATEST NEWS ==== */

/* The block ALL the latest news will be displayed in */
.latestnewsblock {
  font-family:Arial, Helvetica, sans-serif;
  color:#eaeaea;
  font-size:12px;
  text-align:left;
  padding:5px;
  margin-bottom:15px;
}

/* the block each news item is in */
.latestnewsitem {
  display:block;
  width:100%;
  float:left;
  margin-right:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;

}

/* the LATEST NEWS heading that automatically apears */
.latestnewsheading {
	color: #8F78C0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:05px;
	margin-top:8px;
}

/* Latest news item heading */
.latest_heading {
	color: #8F78C0;
	font-weight:bold;
	font-size:14px;
}

/* latest news item date */
.latest_date {
  color:#eee;
  margin-bottom:5px;
}

/* latest news item description */
.latest_description {
}

/* read more links */
.readmore a {
  color:#eaeaea;
  text-decoration:underline;
  float:right;
  font-size:13px;
}

.readmore a:hover {
  color:#333333;
}

/* ==================== */






/* === NEWS ARCHIVE === */

/* the paging numbers at the top of the page */
.paging{
  color:#666666;
  text-align:right;
  font-size:12px;
}

.paging a {
  text-decoration:none;
  font-size:12px;
  color:#8F78C0;
}

.paging a:hover {
  color:#CCCCCC;
}
/* ---- end paging ---- */


/* all news will show in this block */
.news {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#666666;
}

/* each news item will be inside its own block */
.itemblock{
	line-height: 18px;
	text-align: justify;
	padding-bottom: 15px;
}


/* news item heading */
.newsheading {
	font-size: 14px;
	color: #8F78C0;
	padding-top: 5px;
	font-weight:bold;
}

/* news item date */
.newsdate {
	color: #999999;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* news item description */
.newsdescription {
}


/* news item image */
.newsimgfloat {
  float:right;
  margin-left:10px;
  margin-bottom:10px;
}

/* =============== */