﻿@charset "utf-8";
/* Print stylesheet */


body
{
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	/*text-align: center;*/
	background: #fff;
}

h1
{
	color: #7fb73f;
	font-size: 150%;
}

p
{
	color: #7c7c7c;
	font-size: 105%;
	width:80%;
	text-align:justify;
}

#header{
	 display:none;
}

#header_print
{
	display:block;
	width:100%;
}

h2
{	
	color: #7fb73f;
	font-size: 120%;
}

a, img
{
	border:0px;
	outline:none;
	color: #959595;
}

#banner
{
	display:none;
}

#printBanner
{
	display:block;
}
#footer
{
	width:80%;
}

#footer ul, #footer ul li
{
	list-style:none;
	
	padding-left:4px;
	padding-right:4px; 
	color: #959595;
}

#footer ul li a
{
	color: #959595;
	font-size: 80%;
	text-decoration:none;
}
