/*****************************GENERAL*****************************/
body, form
{
	overflow: auto;
	margin: 0px;
}
body, p, li, dl, ul, ol, h1, h2, h3, h4, h5, h6, table
{
	font-family: Arial;
}

/*****************************TEXT*****************************/
.text, .date
{
	text-decoration: none;
}
.textsmall
{
	text-decoration: none;
}
.title
{
	font-weight: normal;
}
.titleModule
{
	font-weight: bold;
	text-decoration:none;
}
.search
{
	font-weight: bold;
}


.titlelink:link, .titlelink:active, .titlelink:visited
{
	font-weight: bold;
	text-decoration: none;
}

.menu0:link, .menu0:active, .menu0:visited, .menu1:link, .menu1:active, .menu1:visited
{
	font-weight: normal;
	text-decoration: none;
}


.service:link, .service:active, .service:visited
{
	font-weight: normal;
	text-decoration: none;
}

.linkred:link, .linkred:active, .linkred:visited
{
	font-weight: bold;
	text-decoration: none;
}

.newsticker:link, .newsticker:active, .newsticker:visited
{
	font-weight: normal;
	text-decoration: none;
}

.linksmall
{
	text-decoration: none;
}
.email
{
	font-weight: normal;
	text-decoration: underline;
}



/********************************************** Sytles ***************************************************/
.noscreen
{
	display:none;
	visibility:hidden;	
}
.PopupFrocen 
{
	background-color:#444444;
	z-index:1000;	
}



.PopupWindow
{
	z-index:1001;
}

.PopupWindowContent
{
	width:100%;
	height:100%;
}

.PrintContainer
{
	position:relative;
	width:100%;
	height:100%;
	overflow:auto;
}

.PrintContent
{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:0;
	width:97%;
}

.PrintLock
{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:10;
}

.ScrollBoxContainer{position:relative;width:100%; height:100%; overflow:auto; padding-right:10px; margin:solid 1px black; }
.ScrollBox{position:absolute; top:0; bottom:0; left:0; right:0; width:615px; height:100%; overflow:auto; padding-right:10px;}

.ScrollContainer
{
	position:relative;
	width:100%;
	height:100%;
	overflow:auto;
}

.ScrollContent
{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:0;
	width:80%;
	padding-left:20;
	padding-right:20;
}

.PopupWincowContent
{
	background-color: #ffffff;
	padding: 10px;	
}


/*****************************SITEMAP***********************************/
.menuSitemapM1
{
	font-family:Arial;
	text-decoration:none; 
}
.menuSitemapM1:hover
{
	font-weight:bold;
	text-decoration:none; 
}

.menuSitemapM2
{
	font-family:arial;
	text-decoration:none; 
}

.menuSitemapM2:hover
{
	text-decoration:none; 
	font-weight:bold;
}

.menuSitemapM3
{
	font-family:arial;
	text-decoration:none;
}

.menuSitemapM3:hover
{
	font-family:arial;
	text-decoration:underline;