@charset "utf-8";


body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #ffffff;
	
}
#header {
	display: none;
}
#footer {
	display: none;
}

#container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
} 

#mainContent{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
/*#wrapper {
	background-color: #ffffff;
	background-image: none;	
}*/
#sidebar1 {
	display:none;
}
#mainContent div #TabbedPanels1 .TabbedPanelsTabGroup {
	display: none;
}
h1 {
	display:none;
}
.print {
	display: none;
}
.TabbedPanelsContentGroup
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.VTabbedPanels .TabbedPanelsTabGroup
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.TabbedPanelsTab
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

