/*** lowradlab.com css Print definitions ***/

html, body
{
	margin: 0 0 24pt 0;
	padding: 0;
}

/*** link stlyes ***/
a:link,
a:visited
{
	color: #1570BA;
}

/*** Container DIV ***/
div.container
{
	font-size: 10pt;
	position: static;
}

/*** Top banner ***/
div.banner
{
	border: none;
}

.bannerfade
{
	display: none;
}

/*** Navigation menu ***/
#navdiv,
#nav
{
	display: none;
}

/*** stock photos ***/
#stockphoto
{
	display: none;
}

/*** Body text ***/
div.bodytext
{
	margin: 0;
	padding: 0;
}

div.bodytext h1
{
	font-size: 12pt;
}

div.bodytext h2
{
	font-size: 11pt;
}

div.bodytext h3
{
	font-size: 10pt;
}

div.bodytext h4
{
	font-size: 10pt;
}

div.bodytext ul li
{
	background: none;
	list-style: disc outside;
	padding-left: 2em;
	margin-left: 1em;
}

div.bodytext ul li ul li
{
	background: none;
	list-style: circle outside;
	padding-left: 2em;
	margin-left: 1em;
}

div.bodytext p.caption
{
	font-size: 9pt;
}

/*** Footer ***/
div.footer
{
	margin: 0;
	font-size: 9pt;
}




