﻿body
{
	background-color : White;
	margin : 0px;
	font-family : Verdana, Tahoma, Arial, sans-serif;
	color : Black;
}
.mn_link
{
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    font-family:Tahoma;
}
a.mn_link:hover 
{
 color: #35aac7;
 text-decoration:underline;
}
.mn_act_link {
   font-size: 12px;
   color: #008ae2;
   text-decoration: none;
   font-family:Tahoma;
}
.link_bottom
{
	color:#124ba3;
	text-decoration:none;
	border-bottom: 1px dashed #124ba3;
}
.contentproperties
{
    vertical-align:top;
	font-size:80%;
	width:800px;
	text-align:justify;
	padding-left:20px;
	padding-right:30px;

}
.mnact
{
   width: 210px;
   height:25px;
   background-image:url('img/mnact.jpg');background-repeat:no-repeat;background-position:0px 0px;
   padding-left:35px;
   color: #008ae2;

}
.mnnoact
{
   width: 210px;
   height:25px;
   background-image:url('img/mnnoact.jpg');background-repeat:no-repeat;background-position:0px 0px;
   padding-left:35px;
   color: #000000;
} 
.bottompart
{
   width:100%;
   font-family:Tahoma;
   font-size:11px;
   text-align:center;
}
h1
{
	font-family : Arial, Tahoma, Verdana, sans-serif;
	font-size : 120%;
	font-weight : bold;
	margin-top : 0px;
	margin-bottom : 12px;
	color : #696;
}
h2
{
   font-family : Verdana, Tahoma, Arial, sans-serif;
   font-size : 100%;
   font-weight : bold;
   margin-top : 0px;
   margin-bottom : 8px;
   color : #696;
}
h3
{
   font-family : Verdana, Tahoma, Arial, sans-serif;
   font-size : 100%;
   font-weight : bold;
   margin-top : 0px;
   margin-bottom : 8px;
   color : #696;
}

.gray
{
	color : #454;
}
ul.menu
{
	font-size : 11px;
	color : Black;
	line-height : 18px;
	margin : 8px 5px 16px 0px;
	padding : 0px 0px 0px 40px;
	list-style-type: none;

	
}
li.menu
{
	list-style-type: none;
}
a.menu
{
	color : black;
	text-decoration:none;
}
a.menu:visited 
{
 color: black;
}
a.link_bottom:visited
{
	color : #008ae2;
}

.tlmenu
{
	display : block;
	margin-bottom : 2px;
}


       