/*---------- main ----------*/
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #003366;
	margin: 0px 0px 0px 0px;
}
a {
	color: #FFFFFF;
	text-decoration:underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
a:hover {
	color: #CCFFFF;
	text-decoration:underline overline;
}
a:active {
	color: #CCCFFF;
}
.newsTitle {
	font-size: 14px;
	font-weight: bold;
}
.newsSource {
	color: #CCCCCC;
}
.newsSource:link, .newsSource:visited, .newsSource:hover, .newsSource:active {
	color: #CCCCCC;
}
.imageCaption {
	font-size: 10px;
}
