/*
-----
Adds styles which should be suitable for printing
FileName: style_print.css
-----
*/

.nonstyle { display: none; }

@page    { size: portrait; margin: 1in; }

a img
{
	border-width: 0;
	border-style: none;
	border-color: #FFF;
	color: #FFF;
}

html, body
{
	background-color: #FFF;
	border: 0;
	color: #000;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12pt;
}

div#header { height: 1.88in; }

a
{
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
}

a:link, a:visited { color: #29166F; }

h1
{
	font-family: 'Futura Extra Black', sans-serif;
	font-size: large;
	padding: 0.3em;
}

div#footer p
{
	background-color: transparent;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: center;
}
