/* CSS Document */

/* CSS Document */

/* ALGEMEEN */
html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height:15px;
	background-color: #00B4DE;
	margin:0px;
	padding:0px;
	border:0px;
	background-image:url(_imgs/bg_main.gif);
	background-repeat:repeat-x;
}
table,th,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height:15px;
	margin:0px;
	vertical-align:top;
}
p{
	margin: 0px;
	padding: 0px;
}
a{
	color:#0099CC;
	text-decoration:underline;
}
a:hover{
	color:#0099CC;
	text-decoration:none;
}
/*table.allContent{

}*/
img.logo{
	margin-left:35px;
}
/* MAIN MENU */
td.mainMenu1{
	text-align:left;
	height:40px;
}
div.mainMenu1{
	position:relative;
	left:35px;
	top:0px;
	height:40px;
	width:650px;
}
td.mainMenu2{
	text-align:left;
	height:110px;
}
div.mainMenu2{
	position:relative;
	left:20px;
	top:20px;
	width:200px;
	height:80px;
}
td.mainMenu3{
	text-align:left;
	height:110px;
}
div.mainMenu3{
	position:relative;
	left:195px;
	top:40px;
	width:100px;
	height:60px;
}
/* SEARCH */
div.searchForm{
	position:relative;
	left:110px;
	top:23px;
	width:110px;
	height:18px;
	margin:0px;
}
form.searchForm{
	margin:0px;
}
input.searchField{
	width:75px;
	height:20px;
	font-size:11px;
	color:#333333;
}


/* PAGENAV */
td.content div.pageNav{
	margin:20px 25px 0px 30px;
	color:#999999;
	/*font-weight:bold;*/
	line-height:15px;
}
td.content div.pageNav a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-decoration:none;
	color:#CC6600;
}
td.content div.pageNav a:hover{
	text-decoration:underline;
}
td.content div.pageNav a.active{
	text-decoration:underline;
}


/* SUBMENU */
td.subMenuTop{
	width:190px;
	height:31px;
	background-image:url(_imgs/sub_top.gif);
	background-repeat:no-repeat;
	color:#999999;
}
td.subMenuTop div{
	margin-left:15px;
	margin-right:10px;
	margin-top:9px;
	font-size:10px;
	font-weight:normal;
}
td.subMenuBot{
	width:190px;
	height:20px;
	background-image:url(_imgs/sub_bot.gif);
	background-repeat:no-repeat;
}
td.subMenuMid{
	height:auto;
	width:190px;
	background-image:url(_imgs/sub_mid.gif);
	background-repeat:repeat-y;
	padding:3px 10px 0px 10px;
}


td.subMenuMid a{
	display:block;
	/*height:20px;*/
	text-decoration:none;
	padding-left:5px;
	color:#F25D00;
	line-height:18px;
	/*clear:both;*/
}
td.subMenuMid a.active{
	text-decoration:underline;
	color:#F25D00;
}
td.subMenuMid a:hover{
	text-decoration:underline;
	color:#F25D00;
}
td.subMenuMid div.navSubsubMod{
	padding:0px 0px 0px 10px;
}
td.subMenuMid div.navSubsubMod a{
	color:#0099CC;
}
td.subMenuMid div.navSubsubMod a.active{
	color:#0099CC;
}
td.subMenuMid div.navSubsubMod a:hover{
	color:#0099CC;
}


/* CONTENT */
td.breadcrumb{
	width:600px;
	height:31px;
	background-image:url(_imgs/breadcrumb_bg.gif);
	background-repeat:no-repeat;
	color:#999999;
}
td.breadcrumb div{
	margin-left:20px;
	margin-right:10px;
	margin-top:9px;
	font-size:10px;
	font-weight:normaal;
	background-color:#FFFFFF;
}
td.breadcrumb div a{
	color:#999999;
	text-decoration:none;
}
td.breadcrumb div a:hover{
	color:#666666;
	text-decoration:underline;
}

ol li div.breadcrumbsearch{
	color:#999999;
	font-size:10px;
	margin:5px 0px 2px 0px;
	padding:0px;
}
div.breadcrumbsearch a{
	color:#999999;
	text-decoration:none;
}
div.breadcrumbsearch a:hover{
	color:#666666;
	text-decoration:underline;
}









td.content{
	width:600px;
	height:auto;
	background-image:url(_imgs/content_bg.gif);
	background-repeat:repeat-y;
}
td.content div{
	margin:20px 25px 25px 30px;
}
td.content h1{
	color:#0099CC;
	font-size:16px;
	font-weight:normal;
	margin:0px 0px 20px 0px;
}
td.content h2{
	color:#F25D00;
	font-size:11px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}
td.content h3{
	color:#666666;
	font-size:10px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}
td.contentBot{
	width:600px;
	height:31px;
	background-image:url(_imgs/content_bot.gif);
	background-repeat:no-repeat;
	text-align:right;
}
td.printButt{
	width:600px;
	height:29px;
	background-image:url(_imgs/print_bg.gif);
	background-repeat:no-repeat;
	text-align:right;
}

div.printData, div.footer{
	display:none;
}

