/* CSS Document */

a:link {
	color: #003399;
	text-decoration:none;
}

a:visited {
	color: #333333;
	text-decoration:none;
}

a:hover {
	color: #FF9900;
	text-decoration:underline;
}

a:active {
	color: #FF0000;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image:  url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.lt_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
}

.newsHighlight {
	background-color: #deded3;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
}

.date {
	color: #393996;
	font-weight: bold;
	font-size:11px;
	letter-spacing: 1px;
}

.headline {
	font-weight: bold;
	color: #003366;
	font-size: 14px;
	text-transform:uppercase;
	font-style:italic;
	}
