<!--
body {
	background-color: #6384A3;
	margin: 20px;
	padding: 0px;
}

#pageBlock {
	width: 100%;
	padding-bottom: 10px;
	background-color: #A3B7C9;
	border: #FFFFFF 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	text-align: left;
}

#pageBlock h4 {
	margin: 20px 0px 0px 20px;
	padding: 5px;
	background-color: #1F4367;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#pageBlock p {
	margin: 0px 20px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}
#pageBlock a:link { color: #FFFFFF; text-decoration: none}
#pageBlock a:visited { color: #FFFFFF; text-decoration: none}
#pageBlock a:hover { color: #FFFFFF; text-decoration: none; background-color: #1F4367}
#pageBlock a:active { color: #FFFFFF; text-decoration: none; background-color: #1F4367}

#pageBlock td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}

#photo {
	width: 100%;
	height: 450px;
	margin: 10px 20px 5px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#photo img {
	border: #FFFFFF 1px solid;
}

#photo p {
	font-size: 12px;
	color: #FFFF00;
	font-weight: bold;
}

#arrows{
	width: 100%;
	margin: 10px;
	text-align: center;
}

#foot{
	width: 100%;
	margin-top: 2px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	font-weight: bold;
}
#foot a:link { color: #FFFFFF; text-decoration: none}
#foot a:visited { color: #FFFFFF; text-decoration: none}
#foot a:hover { color: #FFFF00; text-decoration: none}
#foot a:active { color: #FFFF00; text-decoration: none}

.grayBold {
	color: #222222;
	font-weight: bold;
}

.whiteBold {
	color: #FFFFFF;
	font-weight: bold;
}

.quote {
	font-style: italic;
}

.small {
	font-size: 9px;
}
-->