@charset "utf-8";
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003333;
}
.heaadertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003333;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #89a966;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #006600;
}
.photoborder {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #c7b1a5;
	border-right-color: #c7b1a5;
	border-bottom-color: #c7b1a5;
	border-left-color: #c7b1a5;
}
