/* mac hide \*/
html, body {
	height:100%;
	width: 100%;
}
/* end hide*/
body {
	padding:			0px;
	margin:				0px;
	background-color:	#fff;
	color: 				#000;
}
#top, #logo, #header, .button, #left, #right, #footer, #languages, #PrintMail{
	display: none;	
}
#outer {
	border: 			none;
	margin:				0px;
	padding:			0px;
	height:				100%;
	width: 				100%;
}
* html #outer{
	border:				none;
	margin-left:		0px;
	height:				100%;
	width: 				100%;
}
#document {
	top:				0px;
	left:				0px;
	margin:				0px;
}
#inner{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: visible;
}
#inner a {
	margin-left: 10px;	
}
* html #inner a {
	margin-left: 0px;	
}

#pr\int_title {                                 
	display: list-item;               
	list-style-image: url(../img/brief_header.gif); 
	list-style-position: inside;      
	color: #fff;                     
	height: 90px;
}