/* CSS Document to ujse with the text editor */
.quote {
	font-family: "Times New Roman", Times;
	font-style: italic;
	font-size:120%;
	font-weight: normal;
	color:#666666;
	padding:6px 10px 14px 10px;
	margin:0px;
}
.quoteby {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:90%;
	font-weight: bold;
	color: #666666;
	padding:6px 10px 16px 10px;
	margin:0px;
}
.subtitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	color:#009999;
	padding:0px;
	margin:0px;
}
.red_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-style: normal;
}
.orangedate {
	color:#FF6600;
	font-size:80%;
}