@charset "utf-8";
/* CSS Document */

body, div, table
{
	font-family: sans-serif;
	font-size: 12px;
	color: #333333;
}

table.std
{
	border: 1px solid #96D5FF;
}
table.std th
{
	text-align: left;
	font-size: 115%;
	color: #336699;
	background-image: url(images/header_back.jpg);
	background-repeat: repeat-x;
}
span.dateText
{
	color: #33CC99;
	font-style: italic;
}
span.headlineText
{
	color: #FF6600;
	font-weight: bold;
}
h3
{
	color: #003366;
	display: block;
	border-bottom: 1px solid #003366;
	padding-bottom: 6px;
}
.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #D5D9DD;
	border-bottom-color: #D5D9DD;
	border-left-color: #D5D9DD;
}
