@charset "utf-8";
body {
	background-color: #214D4A;
	background-image: url(../images/page-images/background.jpg);
	background-repeat: repeat-y;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#content img.photo {
	border: 2px solid #5E0D09;
}
p.caption {
	font-size: 8pt;
	font-style: italic;
}
#footer p {
	font-size: 10pt;
	color: #A3CCC9;
}
a.image:link, a.image:visited {
	text-decoration: none;
	background-image: none;
}
a.image:hover {
	text-decoration: none;
	background-image: none;
}
a:link, a:visited {
	color: #FFFF99;
	text-decoration: none;
}
a:hover {
	color: #A3CCC9;
	text-decoration: none;
}
p.title {
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td.right_border {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #5E0D09;
}
td.bottom_border {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5E0D09;
}
td.top_border {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5E0D09;
}
sup {
	font-size: 10px;
}

