	BODY {
		background-color : #AAAAAA;
		background-attachment : fixed;
		scrollbar-face-color : #F8F8F8; 
		scrollbar-shadow-color : #E0E0E0; 
		scrollbar-highlight-color : #FFFFFF ; 
		scrollbar-3dlight-color : #EAEAEA;
		scrollbar-darkshadow-color : #F1F1F1;
		scrollbar-track-color : Silver;
		scrollbar-arrow-color : #000000;
		
		background-image : url(img/pattern04.gif);
		overflow : -moz-scrollbars-vertical;
	}
	IMG {
		margin : 0px;
		padding: 0px;
	}
	.red {
		color: Red;	
	}
	.foto {
	 	margin: 0px 0px 2px 0px;
	 	border : 4px solid #000000;
	 	border-bottom-width: 1px;
	 	border-top-width: 1px;
	}
	.maintable {
		width: 780px;
		height: 100%;
		align: center;
		font-family : sans-serif;
		font-size : 9pt;
		font-weight : normal;		
		border : 2px solid;
		border-bottom-width : 0px;
		border-top-width : 0px;
		border-color : #000000;
		background: #FFFFFF;
		color: #000000;
		padding: 0px;
		
	}
.rswfcode {
	font-family : monospace;
	font-size : 9pt;
	width: 770px;
	background-color : #F5F5F5;
	margin : 4px 0px 4px 0px;
	padding: 4px 4px 4px 11px;
	text-align : left;
	white-space: pre;
	overflow : auto;
	-moz-box-sizing : border-box;
}
CODE {
	font-family : monospace;
	font-size : 9pt;
	margin : 0px;
	padding: 0px;
	text-align : left;
	white-space: pre;
	overflow : auto;
}
	TABLE {
		font-family : sans-serif;
		font-size : 9pt;	
	}
.r1 {
	background-color : #DCDCDC;
}
.r2 {
	background-color : #D3D3D3;
}
.tblhead {
	background-color : #696969;
	color : White;
	font-weight : bold;
}
A:link  {
  	color : #FF0000;
  	text-decoration : none;
	font-weight : bold;
  }  
  A:visited  {
  	color : #FF1100;
  	text-decoration : none;
	font-weight : bold;
  }
  
  A:active  {
  	color :#000000;
  	text-decoration : none;
	font-weight : bold;
  }
  
  A:hover {
  	color : #FF0000;
    text-decoration: underline; 
	font-weight : bold;
  }