@charset "utf-8";
/* CSS Document */

BODY 		{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#FFF
}


 /* FONT COLORS */


TABLE		{
	COLOR: #030;
	FONT: 14px tahoma;
	font-weight: normal;
}

.title		{
	COLOR: #030;
	FONT: 16px arial, sans-serif;
	font-weight: bold;
}

#NewsDiv	{ position: absolute; left: 0; top: 0; width: 100% }

 /* PAGE LINK COLORS */

a:link		{
	color: #030;
	text-decoration: underline;
}

a:visited	{
	color: #030;
	text-decoration: underline;
}

a:active	{ color: #030; text-decoration: underline; }

a:hover		{ color: #000; text-decoration: none; }

