/***********************************************/
/* dknF.css                                    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFFFF;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}


td,th {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}


a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: none;
}



/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFFFF;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}


h1{
 font-size: 130%;
 color: #000000;
}

h2{
 font-size: 130%;
 color: #000000;
}

h3{
 font-size: 110%;
 color: #000000;
}

h4{
 font-size: 100%;
 color: #000000;
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

.style1 {color: #333333}
.style2 {color: #333333; font-weight: bold; }
.style3 {color: #333333}

.footer {
	font-size: 8pt;
	color: #666666;
	border-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

.footer a:link {
	color: #666666;
	text-decoration: underline;
}
.footer a:visited {
	color: #999999;
	text-decoration: underline;
}
.footer a:active {
	color: #666666;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
	color: #999999;
}

.header {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	line-height: 1.1;
	margin-left: 1px;
}

.header a:link {
	color: #999999;
	text-decoration: underline;
}

.header a:visited {
	color: #999999;
	text-decoration: underline;
}

.header a:active {
	color: #999999;
	text-decoration: underline;
}

.header a:hover {
	color: #666666;
	text-decoration: none;
}
			
.content{
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 20px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #CCCCCC;
	border-top-color: #cccccc;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 15px;

}
.Trenner {color: #000000; line-height: 1.1; font-size: 110%;}
