body {
	background-attachment: scroll;
	background-color: #C8C8C8;
	background-image:  url(bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
}
a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
p {
	margin-bottom: 2px;
	margin-top: 1px;
	font-size: 13px;
	color: #000000;
}
br {
	margin-bottom: 2px;
	margin-top: 2px;
}
.menu {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	background-image: url(menubg.html);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	color: #000066;
}
hr.s {
	color: #999999;
	text-align: left;
	height: 1;
	width: 100;
	margin-bottom: 1px;
	margin-top: 0px;
}
p.smenu {
	margin-bottom: 1px;
	margin-top: 1px;
	font-size: 12px;
	color: #003366;
}
.content {
	font-size: 13px;
	color: #000000;
	background-color: #EBFFFF;
	text-align: justify;
}