body, tr,td, table
{
	background-color	: #FEFEFE;
	font-size					: 8pt;
	font-family				: Verdana, MS Sans Serif, Sans Serif;
	color							: #3F5064;
}

p
{
	background-color	: transparant;
	font-size					: 8pt;
	font-family				: Verdana, MS Sans Serif, Sans Serif;
}

/* Paqe Title
 */
p.pagetitle
{
	font-size			: 11pt;
	color					: black;
	font-weight		: bold;
	text-align		: left;
	
	border-width			: 0;
	border-color			: red;
	border-style			: solid;
	
	margin				: 1;
}

/* Underline on the top of the page 
 */
	.blocklogounderline
	{
		width	: 762px;
		height: 2px;
		left	: 2px;
		top		: 111px;
	  
		border-width			: 0 0 0 0;
		border-color			: black;
		border-style			: solid;
		
		background-color	: transparant;
		position 			: absolute;
		z-index  			: 9;
	}   

/* Top left logo 
*/
	.topleftlogo
	{
		width		: 160px;
		height	: 110px;
		left		: 2px;
		top			: 2px;
  
  	border-width		: 0;
		border-color		: black;
		border-style		: dotted;

		background-color	: transparant;
		position 					: absolute;
		z-index  					: 1;
  }   

/* Left menu block
*/
	.blockmenu
	{
	 	width		: 160px;
	 	height	: 530px;
		left		: 2px;
		top			: 112px;
	  
		border-width		: 0;
		border-color		: black;
		border-style		: dotted;

		background-color	: transparant;
		position		 			: absolute;
		z-index  					: 8;
		}  
		
/* Header block
*/
	.blockheader
	{
		width		: 700px;
		left		: 164px;
		top			: 2px;
		height	: 110px;
	
  	border-width		: 0;
		border-color		: black;
		border-style		: dotted;
	  
		background-color	: transparant;
		position 			: absolute;
		z-index  			: 17;
  }  		

/* Main page block
*/
	.blockpage
	{
		width		: 700px;
		left		: 164px;
		top			: 112px;
		height	: 530px;
	
  	border-width		: 0;
		border-color		: black;
		border-style		: dotted;
	  
		background-color	: transparant;
		position 					: absolute;
		z-index  					: 17;
  }  
  
/* Banner on the top of the page 
 */
	.banner
	{
		width	: 700px;
		height: 120px;
		left	: 164px;
		top		: 2px;
	  
		border-width			: 0;
		border-color			: black;
		border-style			: solid;
		
		background-color	: transparant;
		position 			: absolute;
		z-index  			: 18;
	}     

/* Banner on the top of the page 
 */
	.langbutton
	{
		width	: 100px;
		height: 20px;
		left	: 600px;
		top		: 2px;
	  
		border-width			: 0;
		border-color			: black;
		border-style			: solid;
		
		background-color	: transparant;
		position 			: relative;
		z-index  			: 18;
	}  
	
/* Top left logo 
*/
	.postbox
	{
		width		: 205px;
		height	: 305px;
		left		: 485px;
		top			: 0px;
  
  	border-width		: 0;
		border-color		: black;
		border-style		: dotted;

		background-color	: transparant;
		position 					: absolute;
		z-index  					: 1;
  }   
	   		