BODY {
  scrollbar-face-color: #484040;
  scrollbar-highlight-color: #686060;
  scrollbar-shadow-color: #282020;
  scrollbar-3dlight-color: #282020;
  scrollbar-arrow-color: #282020;
  scrollbar-track-color: #282020;
  scrollbar-darkshadow-color: #282020;
  font-size : x-small;
  color : #6F6F6F;
  margin: 0px;
  background-color: #000000;
  background-attachment: fixed;
  letter-spacing :1px;
  line-height : 12pt;
}


HR{
  border-width : 2px 2px 2px 2px;
  border-style : dotted dotted dotted dotted;
  border-color : #000066 #000066 #000066 #000066;
}


TABLE{
  font-size : 9pt;
  letter-spacing :1px;
  line-height : 12pt;
}


A{
  color : #AF6F6F;
  text-decoration : underline;
}
A:VISITED{
  color : #804040;
  text-decoration : underline;
}
A:HOVER{
  color : #ff7faf;
  text-decoration : underline;
}
A:ACTIVE{
  color : #9f6f9f;
  text-decoration : underline;
}


h1 {
	color: #605050;
	background-color: #DFDFDF;
	font-size:10pt;
	font-family: "Arial,sans-serif";
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 1px 10px;
	border-top: none;
	border-bottom: 1px double #605050;
	border-left: 10px solid #605050;
	border-right:none
}

h2 {
	color: #605050;
	text-align: center;
	background-color: #DFDFDF;
	font-size:10pt;
	font-family: "Arial,sans-serif";
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 1px 10px;
	border-top: none;
	border-bottom: 1px double #605050;
	border-left: 10px solid #605050;
	border-right: 10px solid #605050
}

h3 {
	font-size:9pt;
	font-weight: normal;
	font-family: "MS UI Gothic,Verdana";
	margin-top: 2px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 2px 2px 0px 2px;
	border-bottom: 1px dotted #9F9F9F;
}

h4 {
	font-size:9pt;
	font-weight: normal;
	font-family: "MS UI Gothic,Verdana";
	margin-top: 2px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 2px 2px 0px 10px;
	border-bottom: 1px dotted #9F9F9F;
	border-left: 2px solid #9F9F9F;
}

h5 {
	font-size:9pt;
	font-weight: normal;
	font-family: "MS UI Gothic,Verdana";
	margin-top: 2px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 2px 2px 0px 2px;
	border-left: 2px solid #9F9F9F;
}



.bg_r1 {
  background-color : #ffffff;
  background-image : url(images/back_r1.gif);
  background-repeat: repeat-y;
  background-position: right;
}
