/**
 * Style sheet print
 */
#header>p
{
	text-align:center;
	font-weight:bold;
	font-style:italic;
	font-size:1.2em;
}

#header>h1
{
}

/* Navigation */
#left
{
	display:none;
	visibility: hidden;
}

.footerlinks
{
	display:none;
	visibility: hidden;
}

.copyright
{
	text-align:center;
	font-size:0.6em;
}

/* Text */
#title
{
	text-align:right;
	font-size:2em;
	color:#EEEEEE;
}

h1
{
	font-size:1.3em;
	color:#000000;
	text-indent: 0em;
}

h2
{
	font-size:1.1em;
	color:#000000;
	text-indent: 0.4em;
}

h3
{
	font-size:0.9em;
	color:#000000;
	text-indent: 1em;
}

h4
{
	font-size:0.8em;
	color:#000000;
	text-indent: 1.8em;
}
