.flag {
	background-image: url(images/flag_banner.jpg);
	background-repeat: no-repeat;
}
.vertDash {
	background-image: url(images/vert_dash.gif);
}
.botNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 12px;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #09357A;
}
.background {
	background-image: url(images/background.gif);
	background-repeat: repeat;
}
.bodyItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #09357A;
	font-style: italic;
}
.bodyWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}
.bodyBoldItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #09357A;
	font-style: italic;
	font-weight: bold;
}
.bodyBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #09357A;
	font-weight: bold;
}
.Subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #D60026;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D90026;
}
.subnavSubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #09357A;
	font-weight: bold;
	background-color: #6893BB;
}

.quote {
float: right;
display: block;
border: solid 2px #D01240;
padding: 2px;
margin: 2px;
width: 200px;
margin-top: 30px;
}
