html, td, body {
  font-family :  Arial, Verdana, MS, Times, Helvetica, Sans-serif;
  font-weight: normal;;
  color: #787878;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}

p {
  font-size: 12px;
  color: #787878;
  font-weight: normal;
}

h1{
  font-weight: bold;
  color: #9A9999;
  font-size: 24px;
  padding: 0px 0px 0px 0px; 
}

h2{
  font-weight: bold;
  color: #9A9999;
  font-size: 16px;
  padding: 0px 0px 0px 0px; 
}

.leftmenushead {
  font-weight: normal;
  color: #909090;
  font-size: 18px;
  padding: 10px 0px 0px 0px; 
  border-bottom: 1px dashed #d4d0c8;
}

.leftmenu {
  padding: 2px 0px 2px 0px; 
  border-bottom: 1px dashed #d4d0c8;
}

.categoryhome {
  font-size: 18px;
  color: #68A05A;
  font-weight: normal;
}

.textsmall {
  font-size: 11px;
  color: #787878;
  font-weight: normal;
}




a:link    {text-decoration: none; color: #787878;}
a:visited {text-decoration: none; color: #787878;}
a:active  {text-decoration: none; color: #333333;}
a:hover   {text-decoration: none; color: #333333;}

a.ulink:link    {text-decoration: underline; color: #787878;}
a.ulink:visited {text-decoration: underline; color: #787878;}
a.ulink:active  {text-decoration: underline; color: #333333;}
a.ulink:hover   {text-decoration: underline; color: #333333;}




input1{
 font-size: 12px;
 border: 1px solid #d4d0c8;
 background: #ffffff;
}
