body {
	background: #ffffff url(../images/background.jpg) repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
p	{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding: 0;
}
li {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding: 0;
}
td.blue {
	background: #002e62;
}
td.white {
	background: #ffffff;
}
td.grey {
	background: #E1E1E1;
}
hr {
  height: 1px;
  color: #002E62
}
a.headline:link, a.headline:active, a.headline:visited {
	font-size: 11px;
	font-weight: bold;
	color: #002E62;
	text-decoration: none;
}
span.created {
	font-weight: normal;
	color: #A9A9A9;
	font-size: 11px;
}
span.teaser {
	font-weight: normal;
	color: #000000;
	font-size: 11px;
}
span.pagetitle {
	font-weight: bold;
	color: #000000;
	font-size: 16px;
}
span.date {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
}
td.rosterhd {
	background-color: #002E62;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}
td.rostersec {
	background-color: #F5F5F5;
	color: #002E62;
	font-weight: bold;
	font-size: 11px;
}
td.rosterdata {
	background-color: #ffffff;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}