@charset "utf-8";
.normtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.photobox {
	border: thick outset #D1DBBD;
}
.phototext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D1DBBD;
	background-color: #3E606F;
	border: thin solid #D1DBBD;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D1DBBD;
	text-decoration: none;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #193441;
	background-color: #D1DBBD;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FCFFF5;
	border-right-color: #FCFFF5;
	border-bottom-color: #FCFFF5;
	border-left-color: #FCFFF5;
}
.copyright {
	background-color: #3E606F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FCFFF5;
}
.background {
	background-color: #91AA9D;
}
.contact {
	background-color: #193441;
	border: thin solid FCFFF5;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: FCFFF5;
	background-color: #3E606F;
	border: thin solid #D1DBBD;
}
