/* CSS Document */
/*Press Release*/
.pressrelease {
	font:"Courier New", Courier, mono;
	font-size:12px;
	text-align:justify;
	font-family: "Courier New", Courier, mono;
}
.header {
	font:"Courier New", Courier, mono;
	font-size:12px;
	font-weight:bold;
	text-align:center;	
}

.quote {
	font:"Courier New", Courier, mono;
	font-size:16px;
	font-style:italic;
}	
#page2 {
	width:380px; 
	height:auto;
	left:auto;
	top:0px;
	border-top-width:thin; 
	border-left-width:thin; 
	border-style:solid; 
	border-bottom-width:thick; 
	border-right-width:thick; 
	position: relative;
	margin: 0 auto;
}
/*End Press Release*/
/*Quotaions*/
.quote {
	font-family: "Courier New", Courier, mono;
	font-size:16px;
}

.quotemark {
	font-family:"Times New Roman", Times, serif;
	font-size:72px;
	color:#CC3300;
	line-height: 80px;
}
/*End Quotaions*/
