/* CSS Document */

p{font-family:Verdana, sans-serif;
font-size:14px;
color:#000000;
line-height:18px;
padding:3px;
}
.Bold {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.BoldBlue {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #005bca;
}
.PhotoCaption {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: 005bca;
}

