@charset "utf-8";
.border {
	background-color: #bdd1cf;
	border: thick outset #999999;
}
.Titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #bdd1cf;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f5361;
	position: relative;
}
.photoborder {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: thick;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: 1f5361;
	border-right-color: 1f5361;
	border-bottom-color: 1f5361;
	border-left-color: 1f5361;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFCC;
	text-decoration: underline;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: bdd1cf;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #003333;
}
.line {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #1f5361;
}
