/* CSS Document */
body
	{
	 background:#fafafa ;
	 margin:0;
	 padding:0;
	 font-family:Georgia;
	 font-size:12px;
	 }
#wrapper
		{
		margin:0 auto;
		width:766px;
		border:1px solid #438ece;
		border-top:none;
		background:#ffffff;
		}	 
a img
	{border:none;}
#top
	{width:768px;
	margin:0 auto;
	}
.a
	{font-weight:bold;}	
	

.Quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	background-position: center;
	text-align: center;
	padding: 6px;
	margin-top: 6px;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 3px;
}
.QuoteName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	background-position: center;
	text-align: right;
	padding: 6px;
	margin-top: 6px;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 3px;
	font-weight: bolder;
}
#strikethrough {
	text-decoration: line-through;
}
