	body,html{
		padding					: 0;
		margin					: 0;
		height					: 100%;
		font					: 10px Verdana;		
	}
	
	h3{
		font					: bold 14px Tahoma;
		margin					: 0;
	}
	
	p.emphatize{
		font-weight				: bold;
	}
	
	#header{
		/*border-top				: 1px solid #8A8C8B;
		border-bottom			: 1px solid #8A8C8B;				*/				
		overflow				: hidden;								
	}
	#header-top{
		height					: 21px;
		border-bottom			: 1px solid #8A8C8B;
		overflow				: hidden;				
	}
	#header-main{
		height					: 60px;
		border-bottom			: 1px solid #8A8C8B;
		overflow				: hidden;				
	}
	
	a{
		color					: #ED1D24;
		text-decoration			: none;
	}
	a:hover{				
		text-decoration			: underline;
	}
	
	.red-arrow{				
		background				: url("../i/red-arrow.gif") no-repeat;
		padding					: 0 0 3px 18px;
	}
	
	.content{
		width					: 768px;
		margin					: 0 auto;
		border-right			: 1px solid #8A8C8B;
		border-left				: 1px solid #8A8C8B;				
	}
				
	
	.header-label{
		border					: 0!important;
		margin					: 0 1px 0 0;
	}
	
	
	#header ul.content{
		padding					: 0;	
		list-style				: none;							
	}
	
	#header ul.content li{
		float					: left;
		list-style				: none;
		display					: block;
		border-right			: 1px solid #E6E6E6;				
	}
	
	#header-top ul.content{								
		height					: 21px;		
	}
	#header-top ul.content li{
		height					: 21px;	
	}
	
	#header-top ul.content li.header-label{
		color					: #8A8A8A;				
		padding-top				: 4px;
		height					: 17px;
		text-align				: center;
		width					: 153px;				
	}
	
	#header-top ul.content li.search-label{
		border-left				: 1px solid #8A8C8B;
	}
	
	li.search-box{
		width					: 153px;
		border-left				: 1px solid #8A8C8B;
		background				: #E9E9E9;
	}
	li.search-box input,
	li.search-box select{
		font					: 9px Verdana;
		color					: #808080;
		margin					: 4px;
	}
	
	li#logo-and-payoff{
		width					: 314px!important;
		border					: 0!important;
	}
	
	#header-main ul.content,
	#header-main ul.content li{
		height					: 60px;				
	}
	
	li#technical-hilights{
		width					: 154px;		
		border					: 0!important;
	}
	
	li#share-performances{
		width					: 143px;		
	}
	
	#main .content{
		
		
	}
	
	#main h2{				
		color					: #fff;
		background				: #ED1D24;
		margin					: 0;
		font-size				: 18px;
		padding					: 4px;
	}
	
	#logo{
		border-bottom			: 1px solid #8A8C8B;
	}
	
	#footer{			
		border-top				: 1px solid #8A8C8B;				
	}
	#footer p{
		text-align				: center;
		font					: 9px Verdana;,arial,helvetica; 
		margin					: 0;
		text-align				: center;
		padding					: 0em 0 1em 0;
	}
	#footer .content{
		border					: 0;				
		padding-bottom			: 20px;
	}
	
	#main{
		background				: url("../i/bg.gif") repeat-y right;
	}
	
	
	#page{
		padding					: 20px;
	
		width					: 550px;				
		float					: left;
	}			
	
	#sidebar{
		background				: #F5F5F5;
		width					: 155px;
		border-left				: 1px solid #8A8C8B;
		float:right;
		height					: 100%;
	}

	#sidebar ul{
		list-style				: none;
		margin					: 0 0 10px 0;
		padding					: 0;
	}
	#sidebar ul li{		
		display					: block;
		width					: 100%;
		padding-top				: 5px;
	}
	
	#sidebar ul li a{
		background				: url("/img_repository/Arrows/freccina_corporate.gif") no-repeat 4px 3px;
		padding					: 4px 3px 3px 22px;
		display					: inline-block;
	
	}
	
	#sidebar ul li a:hover strong{
		text-decoration:underline;
	}

	#sidebar ul li a.doc{
		background				: url("../i/icon-word.gif") no-repeat 4px 3px;
	}
	#sidebar ul li a.pdf{
		background				: url("../i/icon-pdf.gif") no-repeat 4px 3px;
	}
	
	
	
	#sidebar ul h5{
		color					: #003753;
		background				: #DFDFDF;
		font					: bold 11px Verdana;
		padding					: 3px;
		margin					: 0 0 0 0;
	}

	.tips{
		background		: #FFF9B7;
		border			: 1px solid #FFE07B;
		padding			: 10px;
	}

