DIV.normal {
		font-family : Times New Roman;
		font-size : 10 pt;
		color : Black;
		text-align : center;
		}
A {
	   font-family: Times New Roman;
	   font-size : 10 pt;
	   color : Black;
	   text-decoration : underline;
	   font-weight: Bold;
	   }
A:hover {
	   font-family : Times New Roman;
	   font-size : 10 pt;
	   color : Yellow;
	   text-decoration : none;
	   font-weight: Bold;
	   }
A:active {
	   font-family : Times New Roman;
	   font-size : 10 pt;
	   color : Blue;
	   text-decoration : none;
	   font-weight: Bold;
	   }
BODY {
	scrollbar-face-color: #D2691E;
	scrollbar-arrow-color: Black;
	scrollbar-track-color: #B22222;
	scrollbar-shadow-color: Black;
	scrollbar-highlight-color: #660066;
	scrollbar-3dlight-color: Maroon;
	scrollbar-darkshadow-Color:#000000;
}
BODY {
	  background-color : #CA5202;
	  background-image : url(../pics/little_back.jpg);
	  margin-top: 0 px;
	  margin-left: 0 px;
	  margin-right: 0 px;
	}
TD {
	 font-size: 10 pt;
	 text-align: center;
     }
INPUT {
	font-size: 10 pt;
	background-color: #D2691E;
	border-color: #D2691E;
}
TEXTAREA {
	font-size: 10 pt;
	background-color:  #D2691E;
	border-color: #D2691E;
}
