body {
	font-family: "Times New Roman", Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
	text-align: justify;

}
.bodyact {
	font-family: "Times New Roman", Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
	text-aligh: justify;
}
a {
	color: #000000;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style-image: url(images/island_bullet.gif);
	font-family: "Times New Roman", Helvetica, sans-serif;
}
ul.plainlist {
	list-style-image: none;
}
.nav a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 75%;
	background-color: #232F9E;
	display: block;
	border: thin dashed black;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
.nav a:hover {
	text-decoration: underline;
	background-color: #0066FF;
}
.content {
	padding: 5px;
	color: #FFFFFF;
	background-color: #000066;
}
.foot {
	color: white;
	font-size: 83%
	
}
h1 {
	font-size: 136%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
}
