@charset "utf-8";
/* CSS Document */

BODY 		{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#333;
	font-family:Tahoma, Arial;
	color:#FFF;
}


 /* FONT COLORS */
img{border:none;}

TABLE		{
	font-size: 11px;
	font-weight: normal;
	line-height:14px;
}

.title		{
	COLOR: #FFF;
	FONT: 14px;
	line-height:22px;
	font-weight: bold;
}

#NewsDiv	{ position: absolute; left: 0; top: 0; width: 100% }

 /* PAGE LINK COLORS */

a:link		{
	color: #FFF;
	text-decoration: underline;
}

a:visited	{
	color: #FFF;
	text-decoration: underline;
}

a:active	{ color: #FFF; text-decoration: underline; }

a:hover		{
	color: #CCC;
	text-decoration: none;
}

