/**
 * Style sheet print
 */
#print_header img
{
	width:100%;
}

.ce_form,
.form
{
	display:none;
}

#main h1
{
	font-weight:bold;
	font-size:14pt;
	line-height:20pt;
}

#main
{
	font-size:12pt;
	color:#000000;
	line-height:18pt;
}

.noprint
{
	display:none;
}

#footer
{
	margin-top:25px;
	padding-top:25px;
	border-top:1px solid #000000;
}

#print_header
{
	display:block;
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px solid #000000;
}

#right
{
	display:none;
}

.link
{
	display:none;
}

#header
{
	display:none;
}

body
{
	margin:0px;
	padding:15px;
}

*
{
	font-family:Arial, sans-serif;
}

h1
{
	margin-bottom:18px;
	font-size:18px;
}

a
{
	text-decoration:none;
	color:#a84204;
}
