BODY {
   scrollbar-face-color:       #E1E1E1;
   scrollbar-highlight-color:  #FFFFFF;
   scrollbar-shadow-color:     #C3C3C3;
   scrollbar-3Dlight-color:    #C3C3C3;
   scrollbar-arrow-color:      #FF0000;
   scrollbar-track-color:      #FFFFFF;
   scrollbar-darkshadow-color: #878787;
   font-family: "arial, ms sans serif, tahoma";
   font-size: "9pt";
   	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FF9900;
   }  
   
   
 a {text-decoration:none; color:black;}
 tr {font-size: "9pt"; }
 td {font-size: "9pt"; }
 a:hover {text-decoration: underline; color:black;}
.yellow {text-decoration:none; color:yellow;}
.yellow:hover {text-decoration:underline; color:red;}
.white {text-decoration:none; color:#FFFFFF;}
.white:hover {text-decoration:underline; font-weight:bold; color:#FFFF33;}
.black {text-decoration:none; color: black;}
.black:hover {text-decoration:underline; color: red;}
.4t { border: 1px solid #CCCCCC;}

.1buttom {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #FF9900;
}