body {	
	   margin: 0px; 
	   padding: 0px; 
	   background-color:#dadada;
	   width:100%; 
	   height:100%;
	   min-height:100%;
	   text-align:center;		
	   font-family:tahoma;
	   font-size:11px;
	   color:#585858;
	   line-height:160%;
	 }

table {	
	   margin: 0px; 
	   padding: 0px; 
	   width:100%; 	  
	   text-align:justify;		
	   font-family:tahoma;
	   font-size:11px;
	   color:#585858;
	   line-height:160%;
	 }
	 
div.container
	{
	position:relative;	
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;	
	text-align:center;	
	width:920px;
	height:auto;	
	overflow:hidden;
	background:url('../../images/container_back.gif') repeat-y;
	}
	
div.content
{
	position:relative;	
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;	
	text-align:justify;	
	width:880px;
	height:auto;	
	overflow:hidden;
}

div.header
{
	margin:0px;
	padding:0px;
	width:880px;
	height:255px;	
	overflow:hidden;
}

div.footer
{
	clear:both;
	margin:0px;
	padding:0px;
	width:880px;
	height:85px;	
	overflow:hidden;
	background:url('../../images/footer_back.gif') no-repeat;
}
	
h1	{font-family: Arial; font-size:19px;font-weight:normal;color:#ff6000;display:block;padding-bottom:5px;line-height:30px;margin:0px;}
h2	{font-family: Arial; font-size:14px;font-weight:normal;color:#ff6000;display:block;padding-bottom:5px;line-height:30px;margin:0px;}

IMG.border       	{border: 1px #dddddd solid; padding:1px;}
IMG.noborder       	{border: 0px;}

a {font-family: tahoma; font-size:11px; font-weight:normal;color: #ff5a00;text-decoration:none;}
a:hover {font-family: tahoma; font-size:11px; font-weight:normal;color: #ff8a00;text-decoration:underline;}
p {margin-top:10px;}

div.leftMenuTreeItemOver
	{
	display:block;	
	padding:4px;	
	cursor:pointer;
	background-color:#e4e1c9;
	margin-right:5px;
	}
		
div.leftMenuTreeItem
	{
	display:block;	
	padding:4px;
	cursor:pointer;
	margin-right:5px;
	}