body {
 margin: 0px; 
 padding: 0px;
 background-color: #ffffff; 
}

form {
 margin: 0px; 
 padding: 0px;
}

body, input, select, textarea, div, table{
 font-family: tahoma, arial; 
 font-size: 8pt; 
 color: #707070;
}

a {
 color: #fc9a09;
 text-decoration: none;
}

a:hover {
 color: #fc9a09;
 text-decoration: underline;
}

h4{
 color: #fc9a09;
 font-size: 12pt;
}

a.grey, a.grey:hover{
  color: #888888;
}

a.awhite{
  color: #ffffff;
  font-size: 7pt;
  text-decoration: none;
}

a.awhite:hover{
  color: #ffffff;
  font-size: 7pt;
  text-decoration: none;
}

#yform{
 background-color: #fc9a09;
 color:#707070;
}

#yform a, #yform a:hover{
 font-weight: 100;
 color: #ffffff; 
 text-decoration: underline;
}

#yform .efbg{
 background-image: url("/data/img/yf_bg.gif");
 background-repeat: repeat-x;
 margin-top:5px;
}

#bform{
 background: #b7bcc3 url("/data/img/bf_bg.gif");
 background-repeat: repeat-x;
 color:#707070;
}

#bfinput{
  border: solid 1px #646c79;
  padding-left: 3px;
  width:130px;
}

#sinput{
  border: solid 1px #d0d0d0;
  padding-left: 3px;
  width:190px;
}

#sform{
 background-image:  url("/data/img/bg_service.gif");
 background-repeat: no-repeat;
}

#nform{
 background-image:  url("/data/img/bg_top.gif");
 background-repeat: no-repeat;
}

#cform{
 background-image:  url("/data/img/bg_top_cl.gif");
 background-repeat: no-repeat;
}


#content{
 width:200px;
 margin-left: 20px;
 color:#42567D; 
 font-size:10px;
}

#desc{
 margin: 5px 10px 5px 0px;
}

.more{
 color:#fc9a09;
 font-size:11px;
}

.service{
 background-image:  url("/data/img/bg_serv.gif"); 
 background-repeat: no-repeat;
 height:18px;
 padding: 2px 0px 0px 15px;
 margin: 10px 0px 0px 5px;
 font-weight: bold;
}


#bot{
 background-image:  url("/data/img/bg_bot.gif");
 background-repeat: no-repeat;
}

#cbot{
 background-image:  url("/data/img/bg_bot_cl.gif");
 background-repeat: no-repeat;
}

#main{
 text-align: left;
 padding: 10px 0px 10px 10px;
}

#navigation{
 margin: 10px 0px 0px 10px;
 padding-bottom: 3px;
 text-align: left;
 border-bottom: solid 1px #d0d0d0;
}

.sub {
  border: solid 1px #c02031;
  background-color: #f9542e;
  color: #ffffff;
}

textarea {
  width: 400px;
  height: 50px;
  border: solid 1px #999999;  
}

input.field {
  padding-left: 3px;
  border: solid 1px #999999; 
}

.drweb{
 color: #286f28;
 font-weight: bold;
 border-bottom: solid 1px #286f28; 
 height: 17px;
 margin-bottom:5px;
}

.darkgreen{
 color: #286f28;
}

.drline1 {
  background-color: #f2f8e9; 
}

.drline2 {
  background-color: #f8fbf4; 
}


