body {
	background: #FDF5E6; 
	font-family: "Bookman Old Style", serif; 
	color: #000000;
	scrollbar-face-color: #FDF5E6;
	scrollbar-shadow-color: #939171;
	scrollbar-highlight-color: #A9E1F5;
	scrollbar-3dlight-color: #AAD8E6;
	scrollbar-darkshadow-color: #1679BA;
	scrollbar-track-color: #E3DCCF;
	scrollbar-arrow-color: #2E3192;
}
A {
	:active {color:#FF00FF}
	:link {color:#0000FF}
	:visited {color:#FF0000}
	:hover {color:#2E3192; background:#FBFBFB}
}
P {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
table {
}
.precode
{
	background: #FFFFFF;
	width: 100%;
	border: 1px solid black;
}
TD {
}
.justfy
{
	text-align:justify;
}
.first {
	text-indent: 1em;
}
.firstafterli {
	text-indent: 1em;
	margin-left: -1em;
	margin-right: -1em;
}
.afterli {
	margin-left: -1em;
	margin-right: -1em;
}
.firstsmall {
	text-indent: 1.5em;
	font-size: 75%;
}
.small {
	font-size: 75%;
}
FONT {
}
.fontdarkblue {
	color: #0000A0;
}
LI {
	text-align:justify;
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.none {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
H1 {
	text-align: center;
	color: #000000;
	height: 10; width: 100%;
	text-shadow: 3px 3px #E3DCCF;
}
H2 {
	text-align: center;
	height: 3; width: 100%;
	text-shadow: 3px 3px #E3DCCF;
}
H3 {
	text-align: center;
	height: 2; width: 100%;
	text-shadow: 3px 3px #E3DCCF;
}
hr {
}
.fifty {
	text-align: center;
	width: 50%;
}
.fiftyblack {
	text-align: center;
	color: #000000;
	width: 50%;
}
.imageshdw {
	padding: 3px 3px 3px 3px;
	box-shadow: 5px 5px 5px #888888;
	filter: box-shadow(5px 5px 5px #888888);
	-webkit-box-shadow: 5px 5px 5px #888888;
	margin-bottom: 5px;
	-moz-box-shadow: 5px 5px 5px #888888;
}