.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #0000FF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.subTitle2 {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.importantText {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.anchorList {
	color: #333333;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
.anchorList a {
	color: #990000;
	text-decoration: none;
	line-height: 20px;
}

.quote {
	width:400px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: ridge;
	padding: 10px;
	background-position: center;
	margin: 20px;
	border-top-color: #6699CC;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-left-color: #6699CC;
	background-color: #FFFFFF;	
}