	body {
	scrollbar-arrow-color: #4CB2E5;
	scrollbar-highlight-color: Black;
	scrollbar-face-color: Black;
	scrollbar-shadow-color: Black;
	scrollbar-dark-shadow-color : Black;
	scrollbar-3d-light-color : Aqua;
	scrollbar-base-color : Black;
	background-repeat : no-repeat;
	background-position : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
	.w1 {
		font-family : 	Arial, Helvetica, sans-serif;
		font-size : 10pt;
		color : gray;
	}
	
	.w1White {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : White;
}
	
	.w2White {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : White;
}
	
	.w2 {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 8pt;
		color : gray;
	}
	
	.fine {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 8pt;
		color : #666666;
	}
	
	.f1 {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 8pt;
		color : black;
	}
	
	a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #03AF3D;
	text-decoration: none
}
	a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #03AF3D;
	text-decoration: none
}
	a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #03AF3D;
}

input.gray_box {
	border-top: 1px solid Gray;
	border-left: 1px solid Gray;
	border-right: 1px solid Gray;
	border-bottom: 1px solid Gray;
	background-color:transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #0099CC;
}

 A.On {
  display: block;
  background-color : #CCCCCC;
  color : black;
  text-decoration: none;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 8pt;
}

a:hover.On {
  background-color : Gray;
  color: white;
  text-decoration: none;
}

.heading1 {
	font-family : Arial, Helvetica, sans-serif;
	color : #0002b9;
	font-size : 14pt;
}

.test {
	border-color : Gray;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}