/* CSS Document */

h1 {
	font-size: 16px;
	color: #333333;
}
h2 {
	font-size: 14px;
	color: #333333;
}
h3 {
    font-size: 12px;
	color: #333333;
}

/* This is the News Engine CSS */

.newsCont {
	margin-top: 10px;
	
}

.newsReports {
	margin-bottom: 10px;
	
}

.titleCont {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E58712;

}

.titleCont a {
	font-family: Arial, Helvetica, sans-serif;
	
}

.titleCont a:visited {

}

.titleCont a:hover {

}
	
.reportDesc {

}

.reportDesc p {

}

.newsHungry a:link, a:visited {

}

.newsHungry a:hover {

}

.break {
	clear: both; 
}

/* End News Engine */
