@media print{

/*------ OVERALL LAYOUT --------------------------------------------*/
body	{
	background-color:	white;
}

	/*------ HEADER --------------------------------------------*/
#Header {
	display:	none;
}

#TopMenu	{
	display:	none;
}

#Container {
	margin-left: 0px;
}


	/*------ LEFT MENU --------------------------------------------*/

#SideMenu	{
	display:	none;
}

#SubMenu	{
	display:	none;
}

#SideTools	{
	display:	none;
}

	/*------ CONTENT --------------------------------------------*/
#ContentHead	{
	padding:	0px;
	font-size:	8pt;
}

#Path	{
	position: fixed;
}

#Performance	{
	top: 0px;
	right:	30px;
}

#Browser	{
	top: 0px;
	right:	0px;
}

#Users	{
	display:	none;
}

#HeadTag	{
	position: fixed;
	display:	none;
}

#Content {
	padding:	0px;
	font-size:	10pt;
}

#Content	p {
/*	float:	left;
	clear:	none;
	clear:	both;*/
}

#AdArea	{
	font-size:	8pt;
}

#Content	a:link, a:visited {
/*	color: #520;*/
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#Content a:link:after, #Content a:visited:after {
	/*   content: " (" attr(href) ") "; */
	/*   font-size: 90%; */
}

	/*------ FOOTER --------------------------------------------*/
#Footer {
	border-width: 1px;
	border-color: gray;
}

#Copyright	{
	margin-left: 0px;
	font-size: 8pt;
	line-height:	8pt;
}

/*------ OVERALL STYLE ---------------------------------------------*/
h1	{
	font-size:	14pt;
}

h2	{
	font-size:	13pt;
}

h3	{
	font-size:	12pt;
}

h4	{
	font-size:	11pt;
}
}
