body {
	background-color: #bbcde6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.quoteText {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:16px;
	text-align:left;
	color:#333;
	margin-top:0;
	margin-bottom:8px}
.quoteTextRight {		font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	text-align:right;
	font-weight:bold;
	color:#333;
	margin-top:0;
	margin-bottom:8px}
#quoteBox {
	position:relative;
	float:right;
	top:240px;
	right:100px;
	width:580px;
	height:230px;
	z-index:3;
	padding:20px;
	background-color:#dff3ff
}
#TextBox {
	position:relative;
	float:right;
	width:600px;
	z-index:3;
	right: 100px;
	top: 240px;
	padding-left:20px;
	padding-right:0px;
	text-align:left}
#buttonBox {
	position:relative;
	float:right;
	width:169px;
	z-index:4;
	right: 0;
	top: 0;
	padding:0}
#infoBox {
	position:relative;
	float:right;
	top:260px;
	right:100px;
	width:829px;
	height:41px;
	z-index:3;
	padding:0;
}

a { 
			color: #000099;
			text-decoration : none;}

a:visited {
			text-decoration : none;}

a:active {
			text-decoration : none;
			color : #0066CC;}

a:hover  {
			text-decoration : underline;
			color:#0066CC;}
