/* CSS Document */
	
a:link {
	color:#2B4574;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	text-decoration: none;
	line-height: 130%;
	}

a:visited {
	color:#2B4574;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	text-decoration: none;
	line-height: 130%;
	}
	
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #ffffff;
	background-color: #bd0a08;
	text-decoration: none;
	line-height: 130%;
	}

.style1 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #000000;
	line-height: 130%;
	}
	
.style2 {
	color: #bd0a08;
	font-weight: bold;
	}
	
body {
	color:#2B4574;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	text-decoration: none;
	line-height: 130%;
	background-color: #e9e1ac;
	}

.class1 A:link {
	margin-left: 70pt
	color:#2B4574;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	text-decoration: none;
	line-height: 130%;
	}
	
DIV.indent {
  PADDING-TOP: -20px;
  PADDING-LEFT: 50px;
  position:absolute;
  top:10px;
