/* CSS Document */

body {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	background-color: #ffffcc;
	}
table {
	font-size: 10pt;
	margin-bottom: 5pt;
	}
p {
	margin-top: 0;
	margin-bottom: 5pt;
	}
h1 {
	clear: right;
}
.heading-image {
	float: left;
	border: solid black;
	border-width: 1px;
	vertical-align: middle;
	margin-left: 3pt;
	margin-right: 3pt;
}
.link-bar-overall {
	text-align: center;
	background-color: #FFCC33;
	clear: left;
	}
.link-bar {
	width: 15%;
	padding: 2px;
	}
.link-bar-selected {
	width: 15%;
	background-color: #99CC66;
	padding: 2px;
	border: solid black;
	border-width: 1px;
}
.generic-text {
	width: 100%;
	border: solid black;
	border-width: 1px;
	padding: 2px;
	font-size: 10pt;
	}
.generic-heading {
	font-weight: bold;
	background-color: #CCCC33;
	line-height: 150%;
}
.generic-heading-2 {
	background-color: #DDDDAA;
	line-height: 150%;
}
.photos-overall {
	}
.photo-picture-small {
	float: left;
	clear: left;
	}
.photo-picture-large {
	}
.photo-title {
	font-weight: bold;
	background-color: #CCFFFF;
	margin: 0px;
	}
.photo-comments {
	margin: 0px;
	}
.code {
	font-family: "Courier New", Courier, mono;
}
.boxed-text {
	padding: 3pt;
	border: 1px solid #000000;
	margin-right: 6pt;
	margin-left: 6pt;

}
