body {
	text-align: left; color: black; margin-top: 5px; background-color: rgb(250, 249, 240);
}
h1 {
	border-width: 0px; border-style: solid; padding: 0px 0px 0px 10px; text-align: center; color: black; border-left-color: rgb(255, 255, 255);
}
h2 {
	border-width: 0px; border-style: solid; padding: 0px 0px 0px 10px; text-align: left; color: rgb(64, 64, 128); border-left-color: rgb(153, 102, 102); background-color: rgb(204, 204, 238);
}
h3 {
	border-width: 0px; border-style: solid; padding: 0px 0px 0px 10px; text-align: left; color: rgb(64, 64, 128); border-left-color: rgb(153, 102, 102); background-color: rgb(204, 204, 238);
}
h4 {
	border-width: 0px; border-style: solid; padding: 0px 0px 0px 10px; text-align: left; color: rgb(64, 64, 128); border-left-color: rgb(153, 102, 102); background-color: rgb(238, 238, 238);
}
hr {
	height: 2px; color: rgb(204, 204, 238);
}
p {
	color: black;
}
a {
	color: rgb(68, 68, 153); text-decoration: underline;
}
a:visited {
	color: rgb(204, 68, 68); text-decoration: underline;
}
a:hover {
	color: blue; text-decoration: underline;
}
a:active {
	color: rgb(255, 0, 0); text-decoration: none;
}
ul {
	color: black; list-style-position: outside; list-style-image: url("../images/l_a01.gif");
}
th {
	color: black;
}
td {
	color: black;
}
li {
	font-size: 97%;
}
li.w1 {
	line-height: 165%;
}
.small {
	font-size: 90%;
}
