body,td,th,p {
	font-family: Arial;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #006699;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.navigation {
	color: #ffffff;
	font-weight: bold;
}
.navigation:hover {
	color: #FFCC00;
	font-weight: bold;
}
.navigationsub {
	color: #00CC00;
	font-weight: bold;
}
.footer {
	font-size: 10px;
	font-family: Verdana;
}
.headline {
	font-weight: bold;
	color: #996633;
}
.ksheadline {
	font-weight: bold;
	color: #34a02c;
	font-size: 14px;
}
.error {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	font-family: Verdana;
}
.headline2 {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
}
.bold-red {
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
/*
 * PureDOMExplorer Demo styles 
 * written by Chris Heilmann 
 * More at http://onlinetools.org/tools/puredom/
 */
	
	ul.pde a:link,
	ul.pde a:visited,
	ul.pde a:hover,
	ul.pde a:active{
		text-decoration:underline;
		color:#000;
	}
	ul.pde,ul.pde li{
		margin:0;
		padding:0;
		list-style:none;
	}
	ul.pde{
		text-align:left;
		font-size:12px;
		margin:.2em auto;
		/*background:#ccc;*/
		width:80%;
	}
	ul.pde ul{
		margin:0 0 0 1em;
		padding:0;
	}
	ul.pde li{
		line-height:1.3em;
		padding:.2em 0;
		margin:0;
		padding-left:15px;
	}
/* dynamically added to LIs with nested ULs */
	ul.pde li.parent{
		padding-left:0;
	}
	ul.pde li.parent img{
		border:none;
		padding-right:5px;
	}
/* dynamically added to LIs with nested ULs and STRONG elements in them */
	ul.pde li.current li{
		padding-left:0;
	}
/* The class to hide nested ULs */
       .hide{
               position:absolute;
               top:0;
               left:-4000px;
       }

/* The class to show nested ULs */
       .show{
               position:static;
               display: table;
               top:0;
               left:1em;
       }
