html {
	font-family:"Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
body {
	background-color: #CCCCCC;
	margin-bottom: 20px;
	margin-top: 0px;
	padding:0;
}
#content {
	width:auto;
	max-width:850px;
	margin: 0 auto;
}
#backbtn {
	display:block;
	float:right;
	width:auto;
	height:43px;
	margin-left:25px;
}
.floatleft {
	float:left;
	width:auto;
	height:auto;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:20px;
}
.floatright {
	float:right;
	height:auto;
	width:auto;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:0px;
}
.nofloat {
	height:auto;
	width:auto;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}
.style1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 50px;
	color: #990000;
	line-height:55px;
	margin-top:5px;
}
.style1a {
	font-weight: bold;
	font-size: 30px;
	color: #990000;
}
.style2 {
	color: #006600;
	font-weight: normal;
	text-align:justify;
	margin-bottom:0;
}
.style2nospace {
	color: #006600;
	font-weight: normal;
	text-align:left;
	text-indent:3em;
	margin:0;
	margin-bottom:5px;
}
.style2a {
	color: #000000;
	font-weight: bold;
	font-size: large;
}
.style2b {
	color: #006600;
	font-weight: 800;
	font-style: oblique;
}
.style2bb {
	color: #000000;
	font-weight: 800;
	font-style: oblique;
}
.style3 {
	font-family:"Courier New", Courier, monospace;
	color: #990000;
}
.style4 {
	font-size: 36px;
	font-weight: bold;
	color: #990000;
}
.bold {
	font-weight:bold;
}
.stylesmaler {
	font-size: small;
	color: #990000;
}
.style5 {
	font-size: x-small;
	color: #990000;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996666;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}