/*
*	NAME:  	hplprint.css
*
*	DESC:  	Cascading Style Sheet for subclass.
*
*	AUTHOR:	Hilary P. Lancaster
*
*	COPYRIGHT (C) 2006 All Rights Reserved
*
*	UPDATE:	 7/21/2006  HPL  Author
*			__/__/____  ___  ________________________________
*
*	NOTES:	This style sheet contains the specifications for this 
*			site's appearance on paper.
*
*
*	Element styles
*
* 	A			Defaults exist in the common style sheet
*
* 	FORM			Defaults exist in the common style sheet
*
* 	H1			Defaults exist in the common style sheet
*
* 	H2			Defaults exist in the common style sheet
*
* 	HR			Defaults exist in the common style sheet
*
* 	IMG			Defaults exist in the common style sheet
*/
BODY
{
	text-align: left;										/* Left default					*/
	color: #000000;										/* Black default text				*/
	background-color: #ffffff;								/* White default background	 		*/
	font-family: "Times";									/* Proportionally spaced serif		*/
	font-size: 14pt;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/*
*	Classified selectors.
*
* 	.hpllastupd		Defaults exist in the common style sheet
*
* 	DIV.hplbot		Defaults exist in the common style sheet
*
* 	DIV.hplhead		Defaults exist in the common style sheet
*
* 	DIV.hpltop		Defaults exist in the common style sheet
*
* 	H2.hplresume	Defaults exist in the common style sheet
*
* 	TABLE.hpltable	Defaults exist in the common style sheet
*
* 	TD.hplrowlit	Defaults exist in the common style sheet
*/
.hplnoprint
{
	display: none;
}
.hplbutton
{
	display: none;
}
.hplcaption
{
	display: none;
}
.hplright
{
	display: none;
}
.hplarrowprior
{
	display: none;
}
.hplarrownext
{
	display: none;
}
DIV.hplfoot
{
	display: none;
}
DIV.hplpresent
{
	float: left;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
	font-size: 12pt;
	font-weight: normal;
	padding-right: 0px;
	padding-left: 0px;
}
DIV.hplyahoo
{
	display: none;
}
H1.hplresume
{
	clear: both;
	font-family:"Times New Roman" ! important;					/* Proportionally spaced serif		*/
	font-size: 22pt;
	font-style: normal;
	font-weight: normal;
	padding: 0;
 	color: #000000;										/* Header 1 Black					*/
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 2px;
}
IMG.hpllogo
{
	display: none;
}
IMG.hpllogoprt
{
	float: left;
}
P.hpladdress
{
	float: right;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
	font-size: 12pt;
}
TABLE.hplmenuhorz
{
	display: none;
}
/**/