@charset "utf-8";
/* CSS Document */
body {
	background-color: #97C6F9;
	font-family:Arial, Helvetica, sans-serif;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
}
.style2 {color: #FF0000}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bodytable {
	border:2px solid;
	border-color:#000000;
	background-color:#FFFFFF;
}
.indent p {
	text-indent:40px;
	}
.indent  {
	text-indent:40px;
	}
.headline {
	font-family:Tahoma;
	font-size:24pt;
	color:#FF0000;
	font-weight:bold;
}
.hightlight {background-color:#FFFF00;}