
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1
{
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 0px;
	background-color: #000000;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	display: inline;
}

.footer
{
	color: #FFFFFF;
	font-size: 11px;
}

.greyButton {
	background-color: #999999;
	color: #FFFFFF;
	padding: 3px 5px;
}

.greyButton a:link, .greyButton a:visited, .greyButton a:active
{
	background-color: #999999;
	padding: 3px 5px;
	color: #FFFFFF;
	text-decoration: none;
}

.greyButton a:hover
{
	text-decoration: underline;
}

.naviItem a:link, .naviItem a:visited, .naviItem a:active,
.naviItemHigh a:link, .naviItemHigh a:visited, .naviItemHigh a:active
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
	height: 17px;
	padding: 3px 15px;
}

.naviItem a:hover, .naviItemHigh a:hover
{
	background-color: #000000;
}

.naviSubItem a:link, .naviSubItem a:visited, .naviSubItem a:active
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-transform: lowercase;
	height: 26px;
	background: url(../images/background_naviDrop.gif) top left no-repeat;
}

.naviSubItem a:hover
{
	text-decoration: underline;
}

a:link, a:visited, a:active
{
	color: #a1002a;
	text-decoration: none;
}a:hover {
	text-decoration: underline;
}
h2 {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	margin-top: 0px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	display: inline;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	margin-top: 0px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	display: inline;
}

#news-page-count { float:left; }
#news-page-pages { float:right; }
