body {
	font-family:		Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:		0.9em;
	font-weight:		normal;
	word-spacing:		normal;
	letter-spacing:		normal;
	line-height:		1.25em;
	}

p, h1, h2, h3, h4, h5, h6, table, tr, th, td, dl, dt, dd
	{	
	font-size:		1em;
	margin:			0;
	text-decoration:	none;
	text-transform:		none;
	text-indent:		0;
	color:			black;
	background:		white;
	border-color:		black;
	border-style:		none;
	border-collapse:	collapse;
	}	


small	{
	font-family:		Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:		0.75em;
	}
	
big	{font-size:		1.2em;}	

pre	{font-family: 		Courier New, monospace;}	

ol li
	{list-style-type:	decimal;}	

ol ol li
	{list-style-type: 	lower-alpha;}	

ol ol ol li	
	{list-style-type:	lower-roman;}	

		
em	{	
	font-style:		normal;
	font-weight:		bold;
	color:			black;
	background:		white;
	}	
		
strong	{	
	font-style:		italic;
	background:		white;
	font-weight:		bold;
	color:			black;
	}	
		
em strong, strong em	{	
	text-transform:		uppercase;
	font-style:		normal;
	font-weight:		bolder;
	background:		white;
	color:			black;
	}	

b	{font-weight:		bold;}
	
i	{font-style:		italic;}
		
		
col, colgroup, table, tbody, td, th, tr	{	
	color:			black;
	text-decoration:	none;
	border-color:		black;
	border-style:		none;
	background:		white;
	}	
		
a:link, a:visited, a:active	{	
	text-decoration:	none;
	font-weight:		normal;
	color:			#666;
	background:		white;
	}	
				
a:hover	{	
	text-decoration:	none;
	font-weight:		NORMAL;
	color:			#333;
	background:		#eee;
	}	
		
	
h1, h2, h3, h4, h5, h6 	{
	font-weight:		normal;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-decoration:	none;
	text-transform:		none;
	font-family:		Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/*font-size-adjust:0.5;*/
	}

h1	{
	color:			rgb(128,0,0);
	font-size:		1.5em;	
	margin-top:		1em;
	margin-bottom:	0.5em;
	}	
		
h2,dt	{	
	color:			rgb(0,0,128);
	font-size:		1.25em;
	margin-top:		0.75em;
	margin-bottom:	0.2em;
	}	
		
h3	{	
	font-size:		1.15em;
	margin-top:		0.2em;
	margin-bottom:		0.2em;
	padding-top:		0;
	padding-bottom:		0;
	border-top:		0;
	border-bottom:		0;
	}	

h4	{font-size:		1.1em;}	
		
h5, h6, dt
	{font-size:		1em;}		
		
h4, h5, h6, p, blockquote, fieldset, form, ul, ol, dl, dir, menu
	{	
	margin-top:		0.2em;
	margin-bottom:		0.2em;
	}	
	
hr { 	
	color : #333; 
	spacing-top: 1em;
	margin-top : 0.25em; 
	margin-bottom : 0.25em; 
	height : 1px; 
	clear: both;
	}
		
div, center, col, colgroup, table, tbody, td, tfoot, th, thead, tr
	{	
	margin-top:		0;
	margin-bottom:		0;
	padding-top:		0;
	padding-bottom:		0;
	border-top:		0;
	border-bottom:		0;
	}	
		
td, th	{	
	line-height:		1.2em;
	}	
		
		
p	{	
	padding-top: 		0.2em;
	padding-bottom:		0.2em;
	}	
		
blockquote
	{	
	margin-left:		1.58em;
	margin-right:		0;
	padding-left:		0;
	padding-right:		0;
	border-left:		0;
	border-right:		0;
	}	
		
ul, ol, li
	{	
	margin-left:		0;
	margin-right:		0;
	padding-left:		0;
	padding-right:		0;
	padding-top: 		0.2em;
	padding-bottom:		0.2em;
	border-left:		0;
	border-right:		0;
	line-height:		1.33em;
	}	
	
ol {margin-left:		2em;}
ul {margin-left:		1em;}
		
dd	{	
	margin-left:		1.58em;
	margin-right:		0;
	padding-left:		0;
	padding-right:		0;
	border-left:		0;
	border-right:		0;
	}	
		
		
table, td, th, caption
	{	
	text-align:		left;
	vertical-align:		top;
	margin:			0;
	cellspacing:		0;
	padding:		0.2em;
	}	
		

pre	{
	font-family:		Courier New, monospace;
	/*font-size:		1em;*/
	margin-top:			0;
	margin-bottom:		0;
	margin-left:		0;
	margin-right:		0;
	padding:				0.5em;
	border-width:		1;
	border-style:		solid;
	line-height:		1.1em;
	background :		#ffffee;
	border-color:		black;
	}	

.rand	{

	padding:		0.5em;
	border-width:		1;
	border-style:		solid;
	line-height:		1.25em;
	background :		#ffffff;
	border-color:		black;
	}

	/* begin body box */	/* 1 - 'em-based symmetric a' */

body	{
	/*margin-top:		0.2em;*/
	/*margin-left:		1.58em;*/
	/*margin-right:		1ex;*/
	/*margin-bottom:		0.2em;*/
	padding-top:		0;
	padding-left:		0;
	padding-right:		0;
	padding-bottom:		0;
	border-top:		0;
	border-left:		0;
	border-bottom:		0;
	border-right:		0;
	text-align:		center;
	background-color: #ffc;
	}
	/* end body box */

p {
	font-family:		Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/*font-size:			1em;*/
	font-weight:		normal;
	word-spacing:		normal;
	letter-spacing:		normal;
	color:			black;
	line-height:		1.25em;
	}

#thead	{
	font-size:		1em;
	background-color: 	white;
	color: 			#666666;
	margin-top:		1em;
	margin-bottom:		0;
	border-bottom-width: 	1px; 
	border-bottom-style: 	solid; 
	border-bottom-color: 	#666666; 
	padding-bottom:		0;
	}

#tfoot	{
	font-size:		0.6em;
	background-color: 	white;
	color: 			#666666;
	text-align:		right;
	margin-top:		1em;
	border-top-width:	1px;
	border-top-style: 	solid; 
	border-top-color: 	#666666; 
	padding-top:		0.5em;
	padding-bottom: 1em;
	}

#content {
 margin: auto;
 text-align:left;
 width:1024px;

	border-style:	solid;
	border-width: 1px;
	border-color:	#cccccc;
	padding-left:	3em;
	padding-right:3em;
	background-color: white;
	}

.block  {
	float:left; 
	padding-right:1em
	}

.block-right
  {
	float:right; 
	padding-left:0em
	}
	
.block-left
  {
	float:left; 
	padding-right:0em
	}
	

.eng	{padding:		0.2em}

.noleftpadding	{
	padding-left:		0;
	margin-left:		0;}

.closed	{spacing:		0;
	 padding:		0;}

.rot 	{color:			#FF0000;}
.gruen 	{color:			#00AA00;}
.blau 	{color:			#0000FF;}

.valign-center
	{vertical-align:	center;}

.valign-bottom
	{vertical-align:	bottom};

.center {text-align:		center;}

.left	{text-align:		left;}

.right	{text-align:		right}

.t6	{
		font-face:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.6em;
		font-weight: bold;
		text-align: center;
		color: #999;
		line-height: 0.5em;
		}

.t7	{
		font-face:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 3.2em;
		font-weight:bold;
		text-align: center;
		letter-spacing : -2px;
		color: #999;		
		line-height: 0.5em;	
		margin-top:2px;
		margin-bottom:10px;	
		}
		
th	{
	margin-top:		0;
	margin-bottom:		0;
	margin-left:		0;
	margin-right:		0;
	padding:		0.5em;
	spacing:		0;
	border-width:		1;
	border-style:		solid;
	border-color:		black;
	font-weight:		normal;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-align:		center;
	}	


th pre	{
	margin-top:		0;
	margin-bottom:		0;
	margin-left:		0;
	margin-right:		0;
	padding:		0;
	spacing:		0;
	border-width:		0;
	border-style:		none;
	background-color:	white;
	text-align:		left;
	font-family:		Courier New, Monospace;
	}
























