body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	padding: 20px;
	background-color: #eee8c0;
	text-align: justify;
	border: thin solid #666600;



}
a:link {
	color: #666600;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	text-decoration: none;
	color: #999900;
	font-weight: bold;


}
a:hover {
	color: #666600;
	text-decoration: underline;
	font-weight: bold;


}
.smallnav {
	font-size: 10pt;
	text-decoration: none;
	text-align: center;
	width: 420px;
	border: none;
}
.smallbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	color: #666600;
	text-decoration: none;
	background-color: f9f8ec;
	padding: 10px;
	width: 320px;
	border: thin solid #333300;
	text-align: justify;

}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #006600;
	text-decoration: none;
	background-color: f9f8ec;
	width: 320px;
	list-style-position: outside;
	list-style-type: circle;
	list-style-image: none;


}
.justified {
	text-align: justify;
}
