@import url(Styles.css);
/*******************************************************************

	This sheet is used when styling the print-friendly pages.

 *******************************************************************/

body
{
	margin: 0.5em;
	text-align: left;
}

p {margin: 0 0 1em 0; padding: 0; }

hr 
{
	margin: 0.5em 0;
	height: 1px;
	padding: 0;
	background:#d7d7d7;
	color: #d7d7d7;
	border:0;
}

.hidden {display: none;}

.error 
{
    color: Red;
}

.Logotype
{
	font-size: 2.4em;
	margin-bottom: 1em;
	float: none;
}


/************************/
/* AREAS                */
/************************/

.HeaderArea
{
	display: none;
}
.MainMenuArea
{
	display: none;
}
.FooterArea
{
	display: none;
}

#ctl00_MainRegion_MainContentRegion_MainBodyRegion_FileList1_FileTree *
{
	text-decoration:none;
}
