@charset "utf-8";

BODY 		{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	Background: transparent;
	font-family: Arial, Helvetica, sans-serif;
}


 /* FONT COLORS */


.scroller		{
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.title		{
	font-size: 14px;
	font-weight: bold;
	color: #A54642;
	text-align: right;
}

#NewsDiv	{ position: absolute; left: 0; top: 0; width: 100% }

 /* PAGE LINK COLORS */

a:link		{ color: #0033FF; text-decoration: underline; }

a:visited	{ color: #6633FF; text-decoration: underline; }

a:active	{ color: #0033FF; text-decoration: underline; }

a:hover		{ color: #6699FF; text-decoration: none; }
