body 
	{
	margin: 0px;
	background-color: #FFFFFF;
	}

/* +++++++++++++++++++++++++++++++++++++++++++++ */	
/* DISPLAY STYLES							 	 */
/* +++++++++++++++++++++++++++++++++++++++++++++ */		
	
/* +++++++++++++++++++++++++++++++++++++++++++++ */	
/* PRINT STYLES									 */
/* +++++++++++++++++++++++++++++++++++++++++++++ */	

#DisplayBody
	{
	display: none;
	}
		
/* word 'Quote' */
.quoteprintheader
	{
	position: absolute;
	top: 100px;
	left: 30px;
	font-family: Verdana, Arial, MS Sans Serif;
	font-size: 44px;
	color: #F18231;
	font-weight: bold;
	}

/* date string display */	
.quoteprintheadermedium
	{
	position: absolute;
	top: 131px;
	left: 0px;
	width:620px;
	text-align: center;
	font-family: Verdana, Arial, MS Sans Serif;
	font-size: 14px;
	color: #F18231;
	font-weight: bold;
	}

/* actual quote text */	
.quoteprinttext
	{
	/*position: absolute;
	width: 660px;
	line-height: 55px;*/
	font-family: Verdana, Arial, MS Sans Serif;
	font-size: 38px;
	color: #197FB0;
	font-weight: bold;
	font-style: italic;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:25px;
	}	

/* source name */
.quoteprintsource
	{
	/*position: absolute;
	top: 500px;
	width:660px;*/
	text-align: center;
	font-family: Verdana, Arial Narrow, MS Sans Serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
	}
.logo
	{
	padding-top:10px;
	padding-left:10px;
	padding-bottom:25px;
	}
div.rightbox{
	display:none;
}
.hideprint{display:none;}
