/* NEWS STYLESHEET */
BODY {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: arial,sans-serif;
}


/* FONT COLORS */

TABLE {
	COLOR: #000000;
	FONT: 11px arial, sans-serif;
	font-weight: normal;
}

.title {
	COLOR: #0033FF;
	FONT: 12px arial, sans-serif;
	font-weight: bold;
}

/* PAGE LINK COLORS */

a:link {
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: DarkBlue;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ea0437;
	text-decoration: none;
	font-weight: bold;
}

p {
	font-size: 12px;
	padding: 5px;
}
