/* *************************************************************************
*
*  File: print.css
*  Purpose: Print Version Classes
*
************************************************************************* */

/* *************************************************************************
*
*  DEFAULT STYLES REDEFINITION
*
************************************************************************* */

body
{
	border: none;

	font-size: 9pt;
}

img
{
	border: none;
}

a,
a:visited
{
	color: #000000;
}

/* *************************************************************************
*
*  LAYOUT
*
************************************************************************* */

.loPage
{

}

.loPageBody
{

}

.loPageHeader
{

}

.loPageFooter
{

}

.loContent
{

}

.loDeveloper
{

}

.loLogo
{

}

.loPrintInfo
{

}

.loPrintInfo p
{
	margin: 0px;

	padding: 0px;
}

/* *************************************************************************
*
*  CONTENT
*
************************************************************************* */

h1
{

}

h3
{

}

h4
{

}

.contentBlock p
{

}

.listOfItems
{
}

.listOfItems .listOfItems
{
}

.listOfItemsSimple
{
	
}

.listOfItemsSimple ul
{
	list-style: none;

	margin: 0px;

	padding: 0px;
}

.listOfItemsSimple ul li
{
	margin: 0px;

	padding: 0px;
}

.navDeveloper
{
}

.textIllustration
{
	float: left;

	margin-right: 10px;

	position: relative;
}

.textIllustration img
{
	border: 1px solid #D7D7D7;
}

/* *************************************************************************
*
*  SERVICE STYLES
*
************************************************************************* */

.clearboth,
.spacer
{
	border: none;

	clear: both;

	font-size: 0px;

	height: 0px;

	line-height: 0px;

	margin: 0px;

	padding: 0px;
}

/* *************************************************************************
*
*  DISABLED CONTENT
*
************************************************************************* */

.infoBlockquote,
.infoContacts,
.navBreadcrumbs,
.navMenuRoot,
.navMenuSubRoot,
.navMenuSubSub,
.printHide
{
	display: none;
}