﻿body	{
	color: black;
	font-family:  arial, verdana, sans-serif;
	margin: 0;
	background: white;
}

p	{font-size: 10pt;}

h1	{font-size: 16pt; color: #bc0000; font-weight: normal; margin-top: 0; margin-bottom: 0;}
h2	{font-size: 14pt; color: #023550; font-weight: normal;}
h3	{font-size: 12pt; color: #bc0000; font-weight: normal;}
h4	{font-size: 10pt; color: #023550; font-weight: normal; margin-top: 0;}

.footer      {font-size: 7pt; color: #00304a; padding-bottom: 4pt;}

.bottom	{margin-bottom: 0;}
.top	{margin-top: 0;}
.topbot	{margin-top: 0; margin-bottom: 0;}

a:link 		{color: #023550;}
a:active 	{color: #023550;}
a:visited 	{color: black;}
a:hover 	{color: #bc0000;}

.maintable {
	width: 100%;
	background-color: white;
	border-style: none;
	padding: 0;
	float: left;
}

#print-logo {display: block;}

#header {display: none;}

#leftbar {display: none;}

.outside {
	background: white;
}

.insideleft {
	background: white;
}

.insideright {
	background: white;
}

.borders {
	border: 0;
	background: white;
}

#contentcell {
	width: 100%;
	border: 0;
}

#content {
	width: 100%;
}

#footer {
	display: none;
}
#menu {
	display: none;
}

/* News Styles */
.newshead {
	background-color:#998675;
	padding: 6px 6px 6px 6px;
	background-image: url(../images/news_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#news {
	background-color:#e9e0d7;
	padding: 6px;
	border: 1px solid #ffffff;
}
#news ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#news ul li {
	display: block;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: #e9e0d7 url(../images/newsline.gif) no-repeat center bottom;
}
#news ul li.last{
	margin: 0;
	padding: 0;
	background-image: none;
}
#news ul li:last-child{
	margin: 0;
	padding: 0;
	background-image: none;
}
#news ul li a {
	display: block;
	color: black;
	text-decoration: none;
	padding: 0 0 0 10px;
}
#news ul li a:hover {
	display: block;
	color: #bc0000;
	text-decoration: none;
}