/**
 * Main Properties
 */
 
html, body
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
	letter-spacing: 0.5pt;
	margin: 0;
	padding: 0;
}

.printerLogo
{
	display: block;
}


/**
 * HEADER SECTION
 */

.header
{
	display: none;
}

/**
 * NAVIGATION SECTION
 */

.navigation
{
	display: none;
}

/** Navigation in Content */

.contentNavigation
{
	display: none;
}

/**
 *	BODY SECTION
 */

.loginSearchBlock
{
	display: none;
}

.content
{
	background: none;	
}

.additionalContent
{
	display:none;
}

.mainContent
{
	margin-left: 0;
	width: 784px;
}