/*============== ALLGEMEIN*/
b {
	color:			#1BA77F;
	font-size:		13px;
	font-family: 		Verdana, Helvetica, sans-serif;
}


/*a:link, a:visited
{
	color:			#737373;
	text-decoration:	none;
}
a:link:active
{
	color:			#737373;
	text-decoration:	none;
}
*/
td {
	font-size:		12px;
	font-family: 		Verdana, Helvetica, sans-serif;
	color: 			#000000;
}

.border
{
	border:			3px outset #BAE4D8;
	margin:			0px;
}

.footer
{
	background:		#1BA77F;
	background-color:	#1BA77F;
	color:			#ffffff;
	height:			28px;
}
/*============== NAVIGATION*/
.nav1_bar 
{
	background:		#1BA77F;
	background-color:	#1BA77F;
	color:			#ffffff;
	height:			28px;
	cursor:			pointer;
}
.nav1_default
{
	color:			#ffffff;
	text-decoration:	none;
}

.nav1_mo
{
	color:			#571768;
	text-decoration:	none;
	cursor:			pointer;
}

.nav2_bar 
{
	background:		#EBECED;
	background-color:	#EBECED;
	color:			#737373;
	height:			28px;
	font-weight:		bold;
}

.nav2_default
{
	background:		#EBECED;
	background-color:	#EBECED;
	color:			#737373;
	height:			28px;
	font-weight:		bold;
	border-bottom:		1px solid #1BA77F;
	padding-right:		30px;
}
.nav2_mo
{
	background:		#EBECED;
	background-color:	#EBECED;
	color:			#1BA77F;
	height:			28px;
	font-weight:		bold;
	border-bottom:		1px solid #1BA77F;
	padding-right:		30px;
	cursor:			pointer;
}
/*============== NEWS*/
.news_bar 
{
	background:		#EBECED;
	background-color:	#EBECED;
	color:			#737373;
	height:			28px;
	padding:		20px;
}
.news_headline
{
	color:			#1BA77F;
	font-size:		13px;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-weight:		bold;
}
.news_text
{
	color:			#737373;
	font-size:		11px;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-weight:		normal;
}

/*============== CONTENT*/

.content_headline
{
	color:			#1BA77F;
	font-size:		13px;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-weight:		bold;
}
.content_text
{
	color:			#000000;
	font-size:		12px;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-weight:		normal;
}

.content_cell
{
	padding:		20px;
}
/*============== ?*/
