

	body {
		background-color: Silver;
	}

	a {
		text-decoration: none;
	}
	
	a:visited {
	background: Blue;
  color: White;
  }

b.spec {
  font-weight: bold;
  color: Red;
}
	h2 {
		color: Maroon;
		font-family: sans-serif;
		font-size: inherit;
		font-weight: bold;
		text-align: center;
	}
	
	p {
  text-indent:3em
  }
	span.button2 {
		background: #fff;
		padding: 1px;
		font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
		font-size: x-small; font-variant: small-caps;
		border: 1px solid #666666;
	}

	span.button3 {
		color: #FFFFFF;
		background: #0033CC;
		padding: 0px 3px 0px 3px;
	}

	span.button4 {
		color: #990000;
		background: #cccccc;
		padding: 0px 22px 0px 3px;
	}
	
  span.SubHeader {
    font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
    font-weight: bold;
		font-size: large; font-variant: small-caps;
  }
  
	div.container { position: relative;
		top: 0px;
		left: 0px;
		width: 800px;
		height: 6000px;  /* old = 600 */
		border-left: 1px solid #cecece;
		border-right: 1px solid #cecece;
		border-top: 1px solid #cecece;
		border-bottom: 1px solid #cecece;
		background: #D7D7D7;
	}

	div.left {
		position: absolute;
		top: 70px;
		left: 20px;
		width: 760px;
		height: 6000px; /* old = 510 */
		border-top: #99ccff solid 1px;
		border-right: #003399 solid 1px;
		border-bottom: #003399 solid 1px;
		border-left: #99ccff solid 1px;
		color: #990033;
		font-size: 10pt;
		font-weight: bold;
		text-align: left;
		overflow: auto;
		background: #E7E7E7;
		font-style: normal;
		font-variant: normal;
		font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
	}

	div.bot {
		position: absolute;
		top: 500px;
		left: 90px;
		width: 600px;
		height: 100px;
		border-top: #99ccff solid 0px;
		border-right: #003399 solid 0px;
		border-bottom: #003399 solid 0px;
		border-left: #99ccff solid 0px;
		font-size: 11pt;
		color: #0000CC;
		font-weight: normal;
		text-align: center;
		font-family: arial;
	}
