BODY
{
  scrollbar-face-color: #ebecec;
  scrollbar-highlight-color: white;
  scrollbar-shadow-color: #aaaaaa;
  scrollbar-3dlight-color: #dddddd;
  scrollbar-arrow-color: gray;
  scrollbar-track-color: white;
  scrollbar-darkshadow-color: white;
 }

BODY,
TABLE,
TR,
TD,
TH,
.orange,
.form,
.button,
.margins

 {

  font-weight: normal;
  font-size: 10px;
  font-family: verdana, tahoma, "ms sans serif", arial;
  font-style: none;
  color: #666666;
 }



.orange
 {
   font-weight: bold;
   color: #ff7300;
 }




.margins
 {
  margin-left: 126px;
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 26px;
  text-align: justify;


 }



.button
  {
   color: #000000;
   border-bottom: silver 1px solid;
   border-left: gray 1px solid;
   border-right: silver 1px solid;
   border-top: gray 1px solid;
   background-color: white;
   font-size: 7pt;
   font-weight: normal;
  }


.form
 {
    color: #444444;
    font-weight: normal;
    border-left: #AEB0A8 1px solid;
    border-top: #AEB0A8 1px solid;
    border-right: #AEB0A8 1px solid;
    border-bottom: #AEB0A8 1px solid;
    font-size: 7pt;
    background-color: white;
 }



a:link, a:visited, a:active
 {
   font-weight: bold;
   color: #5292C2;
   text-decoration: none;
 }

a:hover
 {
   font-weight: bold;
   color: #777777;
   text-decoration: none;
 }


.imgborder
{
  border-style: solid;
  border-color: #b5bfdf;
  border-width: 1px;
}

.forms
 {
  font-size: 7pt;
  font-family: verdana, tahoma, "ms sans serif", arial;
  background-color: white;
  font-weight: normal;
  border-bottom: #a3aebb 1px solid;
  border-left: #a3aebb 1px solid;
  border-right: #a3aebb 1px solid;
  border-top: #a3aebb 1px solid;
  color: #526282;

 }


select
{
  font-size: 7pt;
  font-family: verdana, tahoma, "ms sans serif", arial;
  border-right: #a3aebb 1px solid;
  border-top: #a3aebb 1px solid;
  border-bottom: #a3aebb 1px solid;
  border-left: #a3aebb 1px solid;
  background: #f5f8fa;
  color: #526282;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
    background: #333 url(pics/loding2.gif) no-repeat center;
	padding:5px;
	display:none;
	color:#fff;
	z-index:1;
	} 
