/*======================
    TABLE
========================*/
/*
border-collapse makes combines two lines into one so that you
don't get extra thick lines. 
*/

table
{
  border-collapse:collapse;
  border:solid 1px #000; 
}

#services
{
font-family: Arial, Tahoma, Sans-Serif;
font-size: 12px;
width:"100%";
border-collapse:collapse;
}
#services td, #services th 
{
font-size:1em;

border:1px solid #666699;
padding:3px 7px 3px 7px;
}

#services th 
{
font-size:1.1em;
text-align:center;
padding-top:8px;
padding-bottom:7px;
background-color:#666699;
font-weight:bold;
color:#ffffff;
}

#services tr.alt td 
{
color:#000000;
background-color:#F5FAF9;
}

/*
Search engines place extra emphasis on th, so make sure
that every table uses them. 
*/
search th
{
  background:#ff8401; 
  padding:5px; 
  border:solid 1px #000; 
  border-bottom-width:2px; 
  color:#fff; 
  font-weight:700;
}

search td
{
  padding:5px; 
  border:solid 1px #000; 
}

.outter{
    border:3px #E0F0E8 solid;
    background-color:#F5FAF9;
}

.headnote{
    font-family:tahoma;
    font-size:12px;
    color:#333333;
    border:1px #55917A dashed;

.footnote{
    font-family:tahoma;
    font-size:12px;
    color:#333333;
}

.input{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:12px;
    border:1px #A7BEB7 solid;
}

.text{
    font-family:tahoma;
    font-size:11px;
    color:#617E78;
}

.formHeading{
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    color:#55917A;
}

