﻿@charset "utf-8";
/* CSS Document */

.bodycell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #000066;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	list-style-position: inside;
}
.bodycell a:link {
	color: #000000;
	text-decoration: underline;
}
.bodycell a:visited {
	text-decoration: none;
	color: #333333;
}
.bodycell a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.bodycell a:active {
	text-decoration: none;
	color: #CCCC99;
}

.bottomlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
A.bottomlinks:link
{
    COLOR: #003399;
    TEXT-DECORATION: none
}
A.bottomlinks:visited
{
    COLOR: #333333;
    TEXT-DECORATION: none
}
A.bottomlinks:active
{
    COLOR: #990000;
    TEXT-DECORATION: underline
}
A.bottomlinks:hover
{
    COLOR: #0000FF;
    TEXT-DECORATION: underline
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A668E;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A668E;
}
.newseventscell {
	padding-top: 15px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.newsheadlineline {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	font-weight: bold;
}	
	
.newsheadlineline a:link {
	color: #000033;
	text-decoration: none;
}
.newsheadlineline a:visited {
	text-decoration: none;
	color: #333333;
}
.newsheadlineline a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.newsheadlineline a:active {
	text-decoration: underline;
	color: #CCCC99;
}	
	
	
.newstease {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
}
.largeboldheader {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
}

