/* CSS Document */

p{
font-family: Georgia;
font-size: 11px;
color: #FFFFFF;
line-height: 18px;
padding: 3px;
}

.headers {
	font-family: Papyrus;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.bold {
	font-family: Georgia;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.navigation {
	font-family: Papyrus;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: table-row;
	padding: 14px;
	width: 800;
	vertical-align: top;
	horizontal-align: center;
	text-align: center;
}

.disclaimer {
	font-family: Georgia;
	font-size: 9px;
	font-style: normal;
	color: #999999;
}
.navigationfooter {
	font-family: Georgia;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: table-row;
	padding: 16px;
	text-align: center;
	vertical-align: bottom;
}
