body {
	background:#0099FF;
	font: 95%/150% Arial, Tahoma, Geneva, sans-serif;
	color: #003399;
}
.content {
	padding: 0px 10px 0px 10px;
	background: #003399;
	color: #ffffff;
}
.content ol li a {
	color: #ffffff;
}
.hangingHead {
	font-size: 150%;
	text-indent: 0px;
	font-weight: bold;
	color: #FFCC33;
}
.hangingSubhead {
	font-size: 110%;
	text-indent: 0px;
	font-weight: bold;
}
.caption {
	font-size: 110%;
	font-weight: bold;
}
.p {
 text-indent: 0px;
}
.footer  {
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 95%;
	background: #0099FF;
}
.imgRight {
	float: right;
	margin: 5px;
	clear: both;
}
.imgLeft {
	float: left; margin:5px;
	clear: both;
}
a {
 text-decoration: underlined;
}
a:link {
	color: #ffffff;
	font-weight: bold;
}
a:visited {
	color: #a40260;
	font-weight: bold;
}
a:active {
	color: #f72fff;
	font-weight: bold;
}
a:hover  {
	color: #d2399a;
	font-weight: bold;
}
#navButtons ul {
	float: left; width: 100%;
	padding: 0px 0 0px 0; margin: 0;
	list-style-type: none;
	font-weight: bold;
}
#navButtons ul li {
	display: inline;
}
#navButtons ul a {
	float: left;
	width: 4em;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0.2em 0.6em;
	margin: 0px;
	background: #0099FF;
	font-family: "Arial" Tahoma, Geneva, sans-serif
	font-weight: bold;
}
#navButtons ul a:hover {
	color: #FFF;
	text-decoration: underline;
	background: #0066FF;
}
