/*************************************************
/
/	Print Styles
/
/*************************************************/

body
{
	background: white;
	font: 11pt/14pt Georgia, "Times New Roman", Times, serif;
}

#skipnavigation,
#search,
#navbar
{
	display: none;

}
	
#content
{
	width: auto; 
	margin: 0;
	padding: 0; 
	float: none !important;
	color: black; 
	background: transparent;
}

#footer
{
	margin-top: 2em;
	text-align: center;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana,Sans-serif;
}

h1
{
	font-size: 19pt;
}

h2
{
	font-size: 19pt;
	margin: 1em 0 0 0;
}

h3
{
	font-size: 17pt;
	margin: 2em 0 1em 0;
}

h4
{
	font-size: 15pt;
	margin: 1em 0 .5em 0;
}

h5
{
	font-size: 13pt;
	margin: 1em 0 .5em 0;
}

h6
{
	font-size: 12pt;
	margin: 1em 0 .5em 0;
}



p, ul, ol
{
	margin-top: 0;
	margin-bottom: 1em;
}

a:link,
a:visited
{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a img { border: 0; }

#header a
{
	text-decoration: none;
}


.printlink
{
	font-family: Verdana,Sans-serif;
	font-size: 90%;
	white-space: nowrap;
}