body 
{
	background: white;
	font: 9pt arial;
	color: Black;
}

#header 
{
	display: none;
}
#footer 
{
	display: none;
}
#content 
{
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}
#sidebar
{
	width: 5;
}

.PrintOnly
{
	display: block;
}
.DontPrint
{
	display: none;
}

A
{
	font: 9pt arial;
	font-weight: normal;
	text-decoration: none;
	color: Black;
}

/**********************************************************************
	Custom classes from Styles.css
**********************************************************************/
.General
{
	color: Black;
	font: 9pt arial;
}

.General_Unpadded
{
	color: Black;
	font: 9pt arial;
}

.TextBox, TABLE.InputForm INPUT.TextBox, TABLE.InputForm INPUT.TextBox_Highlight
{
	border: none;
	font: 9pt arial;
	color: Black;
	width: 1;
	padding: 5 0 0 5;
}
SELECT, TABLE.InputForm SELECT
{
	border: none;
	font: 9pt arial;
	color: Black;
}