/* Style for tree item text */
.mout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #000000;
	background-color: #F5F5F5;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}

.mover {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #DFDFDF;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}

.rmout {
        font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 800;
        color: #E76F00;
        background-color: #F5F5F5;
        text-decoration: none;
        width: 100%;
        padding: 0px;
}

.rmover {
        font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 800;
        color: #FFFFFF;
        background-color: #DFDFDF;
        text-decoration: none;
        width: 100%;
        padding: 0px;
}

a, A:link, a:visited, a:active, A:hover {
	color: #000000; 
	text-decoration: none; 
	font-family: Tahoma, Verdana; 
	font-size: 12px
}

.menulink a, .menulink A:link, .menulink a:visited, .menulink a:active, .menulink A:hover {
	color: #000000; 
	font-weight: 800; 
	text-decoration: none; 
	font-family: Tahoma, Verdana; 
	font-size: 12px
}

.menu {
        color: #ffffff;
        font-weight: 800;
        text-decoration: none;
        font-family: Tahoma, Verdana;
        font-size: 12px
}

.menu a, .menu A:link, .menu a:visited, .menu a:active, .menu A:hover {
        color: #000000;
        font-weight: 800;
        text-decoration: none;
        font-family: Tahoma, Verdana;
        font-size: 12px
}


/* Style for tree item image */
img.treeicon {
	height: 16px;
}

 /* news */
.news
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 13px;
   background:#F5F5F5;
}

.news a
{
   color: blue;
   background:#F5F5F5;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-decoration: underline;
}

.news a:visited
{
   color: #660066;
   background:#F5F5F5;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-decoration: underline;
}

.newsHeader
{
   color: #E76F00;
   font-size: 14px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
}

.bodyMenu
{
   background:#F5F5F5;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal
   font-size: 12pt;
}


