/* CSS Document */

h1 {
	font-family: Georgia;
	font-size: 18pt;
	text-align: center;
	color: white;
	margin: 20px 0px;
}

h2 {
	font-family: Verdana;
	font-size: 15pt;
	text-align: center;
	font-weight: normal;
	color: white;
}

h3 {
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
	color: #D2310C;
}

a {
	color: #2489E8;
	text-decoration: none;
}

a:hover {
	color: #AFCEF6;
	text-decoration: underline;
}

p {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: none;
	color: white;
}

td {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: none;
	color: white;
}

p.photoCaption {
	font-family: Arial;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 8pt;
}

div.copyright {
	color: #FFFFFF;
	font-size: 7pt;
}