@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: right bottom;
	background-color: #1B324E;
	margin: 16px;
	text-align: center;
	background-image: url(2010/images/lighthouse101.jpg);
}
a:link {
	color: #FF9;
	text-decoration: underline;
}
a:hover {
	color: #FF0;
	text-decoration: underline overline;
}
a:visited {
	color: #FF9;
	text-decoration: none;
}
.text_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: normal;
}

.text_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #FF9;
	background-image: url(2010/images/grafx/trans2-middle.png);
	background-repeat: repeat;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	right: 4px;
}
.subheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FF6;
	text-decoration: none;
	font-style: italic;
}
.photobrdr {
	border: 1px solid #036;
}

