/* SAM 72 CSS */
body {
	color: #000000;
	background-color: #FFFFFF;
	min-width: 48.5em;
}
.hide {
	display: none;
}
img {
	display: block;
	border: 0px;
}
a:link {
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}
a:visited {
	font-weight: bold;
	color: #CC33CC;
}
a:hover {
	font-weight: bold;
	color: #BF0005;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: BF0005;
}
p, td, li, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
html p {
	font-size: .85em;
	line-height: 1.5em;
	text-align: left;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header {
	border-top: thick double #0000FF;
	border-bottom: thick double #0000FF;
}
#header h1 {
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	margin-left: 5px;
	text-align: left;
	line-height: normal;
}
#header td {
	white-space: nowrap;
	vertical-align: middle;
}
#navbar ul li {
	list-style-type: none;
	font-size: 0.8em;
	border: thin solid #0000FF;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#content {
	margin-left: 20px;
}
#content li {
	font-size: .85em;
	line-height: 1.5em;
}
#content h2 {
	text-decoration: underline;
}
#navbar a:link {
	text-decoration: none;
	color: #0000FF;
}
#navbar a:visited {
	text-decoration: none;
	color: #0000FF;
}
#navbar a:hover {
	text-decoration: none;
	color: #FF0000;
}

