html, body {
background-color:#fff;
margin:0;
padding:0;
text-align:center;
height:99%;
}

input {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.7em;
color: #333;
background-color:#ddd;
}

.news_date {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.2em;
	border-bottom-color: #FFCC66;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom:8px;
	padding-bottom:4px;
}

p, .news_text {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.8em;
line-height:1.2em;
color:#000;
}

.news_text {
margin-bottom:34px;
}

.calendar_event {
border-bottom:1px solid #fc6;
margin-bottom:16px;
padding-bottom:2px;
}

.calendar_event td {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.8em;
	text-align:left;
	vertical-align:top;
	padding:2px 4px;
}

td.right {
text-align:right;
}

tr.light {
background-color:#FFCC66;
font-weight:bold;
color: #003333;
}

.submenu {
font-family:Arial, Helvetica, sans-serif;
font-size:.6em;
text-transform:uppercase;
font-weight:bold;
letter-spacing:.2em;
}

.presstitle {
font-weight:bold;
color: #FFFF66;
}

a:link, a:visited {
color: #990000;
text-decoration:none;
}

a:hover {
color:#fff;
text-decoration:underline;
}

.credit {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:.7em;
color:#999;
}

.credit a:link, .credit a:visited {
color: #999;
text-decoration:none;
}

.credit a:hover {
color:#666;
text-decoration:underline;
}