/* CSS Document */

p {
font-family:garamond;
font-size:medium;
color:#003333;
line-height:normal;
padding:6px;
}

.bold {
font-family::garamond;
	font-size:medium;
	line-height:18px;
	font-weight:bold;
	color: #D4D0C8;
	font-family: Garamond;
}
.bulletlist {
	font: garamond;
	font-size: medium;
	color: #003333;
	text-decoration: none;
	padding: 3;
}
.PageTitle {
	font-family: papyrus;
	font-size: x-large;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.SubHeading {
	font-family: papyrus;
	font-size: large;
	color: #666699;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
}
.blackHeading span {
	font-family: Garamond;
	font-size: large;
	font-weight: bold;
}
.footer {
	font-family: Garamond;
	font-size: x-small;
	padding: 0;
	color: #003333;
}
.caption {
	font-family: Garamond;
	font-size: small;
}

