.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #191B1A;
}
.GreyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #808080;
	font-weight: bold;
}
.BlueQuote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	color: blue;
}
.Caption {
    font-family:Verdana;
    font-weight:bold;
    font-size:12;
    color:navy;
    text-decoration:none;
}
.Caption:hover {
    color:red;
    text-decoration:underline;
}

