.frontend h1, .frontend h1 a
{
	font-size: 16px;
	color: #02376D;
	margin: 5px 10px 10px 10px;
	text-decoration: none;
}
.newsArea
{
	background-image: url('../images/shadow.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 453px;
	height: 186px;
}
.newsSlide
{
	width: 450px;
	height: 160px;
	overflow: hidden;
	z-index: 20;
	font-size: 12px;
}
.newsSlide h1
{
	font-size: 16px;
	color: #02376D;
	margin: 5px 10px 10px 10px;
}
.newsNav-on
{
	margin: 5px;
	padding: 5px;
	border: solid 1px #777;
	background-color: #D8D8D8;
	text-decoration: none;
	color: #02376D;
	font-weight: bold;
}
.newsNav-off
{
	margin: 5px;
	padding: 5px;
	border: solid 1px #FFF;
	text-decoration: none;
	color: #000;
}
.frontend-tab
{
	background-color: #FFF;
	background-image: url('../images/tab-bg.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 0px 0px 10px 0px;
}
.frontend-tab-left
{
	background-color: #FFF;
	background-image: url('../images/tab-l.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}
.frontend-tab-middle
{
	background-color: #FFF;
	background-image: url('../images/tab-bg.gif');
	background-position: left top;
	background-repeat: repeat-x;
}
.frontend-tab-middle h2
{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}
.frontend-tab-middle h2 a
{
	color: #000;
	text-decoration: none;
}
.frontend-tab-right
{
	background-color: #FFF;
	background-image: url('../images/tab-bg.gif');
	background-position: left bottom;
	background-repeat: repeat-y;
}
