TD.menuActive
{
	text-align:center;
	font-family:SegoeUI, Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:white;
	background-image:url(topbar.gif);
}

TD.menuInactive
{
	text-align:center;
	font-family:SegoeUI, Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}

A.menuActive:visited
{
	color:white;
    TEXT-DECORATION: none;
}
A.menuActive:link
{
	color:white;
    TEXT-DECORATION: none;
}
A.menuActive:hover
{
	color:white;
    TEXT-DECORATION: underline;
}

A.menuInactive:visited
{
	color:black;
    TEXT-DECORATION: none;
}
A.menuInactive:link
{
	color:black;
    TEXT-DECORATION: none;
}
A.menuInactive:hover
{
	color:black;
    TEXT-DECORATION: underline;
}

.lxText
{
	font-family:SegoeUI, Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}

.lxTitle
{
	font-family:SegoeUI, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

/* roundbox */
.roundbox_frame_1 {
	background-color: #ddd;
	margin: 0 2px;
	height: 1px
}
.roundbox_frame_2 {
	background-color: #fff;
	margin: 0 1px;
	height: 1px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd
}
.roundbox_frame_3 {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.roundbox_top_bottom_line {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff
}
.roundbox_content {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff
}

.blue {
	/*background-color: #ebf5ff*/
	background-color: #d8d8d8
}

.lightblue {
	/*background-color: #f9fcff*/
	background-color: #f1f1f1
}

.fl {
	float: left;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}

.blockinfo {
	padding: 7px 7px 0;
}

div.news {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

.small {
	font-size: 0.9em;
}
/* end ot round box*/