
BODY {
width: 100%;
height: 100%;
overflow:auto;/*auto scroll hidden*/
position: relative;

	SCROLLBAR-FACE-COLOR: #dfe0d2;
	SCROLLBAR-HIGHLIGHT-COLOR: #dfe0d2;
	SCROLLBAR-SHADOW-COLOR: #dfe0d2;
	SCROLLBAR-3DLIGHT-COLOR: #dfe0d2;
	SCROLLBAR-ARROW-COLOR: #b0c088;
	SCROLLBAR-TRACK-COLOR: #dfe0d2;
	SCROLLBAR-DARKSHADOW-COLOR: #dfe0d2;
}

.top {
width: 900px;
height: 100%;
margin: auto; 
text-align: center; 
}

h1 {
  color: #000000;
  font-size: 14px;
  font-weight: normal;

}

h2 {
  color: #000000;
  font-size: 11px;
  font-weight: normal;

}

h3 {
  color: #000;
  font-size: 11px;
  font-weight: normal;

}

h4 {
  color: #000000;
  font-size: 9px;
  font-weight: normal;

}

h5 {
  color: #000000;
  font-size: 9px;
  font-weight: normal;

line-height: 120%;
}


h6 {
  color: #ff0000;
  font-size: 8px;
  font-weight: normal;

}

a {
  text-decoration: none;
  color:rgb(153, 51, 0);
  font-size: 11px;
}

a :hover {
  text-decoration: none;
  color: #ff0000;
  font-size: 11px;
  position: relative;
  top: 1px;
  left: 12px;
}



.sub {
  color: #c0c0c0;
  font-size: 9px;
}
a.sub {
  text-decoration: none;
  color: #ff0000;
  font-size: 11px;
}
a.sub:hover {
  text-decoration: none;
  color: #ff0000;
  font-size: 11px;
  position: relative;
  top: 1px;
  left: 2px;
}

