/*---------- main ----------*/

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

A:link {COLOR: #333; text-decoration: none }
A:visited {COLOR: #333; text-decoration: none}
A:hover {COLOR: #E7610D; text-decoration: underline}
A:active {COLOR: #333; text-decoration: none}

.newsTitle {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.newsSource {
	color: #E7610D;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.newsSource:link, .newsSource:visited, .newsSource:hover, .newsSource:active {
	color: #333;
}
.imageCaption {
	font-size: 10px;
}
