td {
   font-size: 11px;
   color: #243522;
   font-family: tahoma;
   cursor: default;
   background-image:url(bgmain.jpg);
   border : none;
   line-height:1.2;
   text-align: justify;

}

textarea {
   font-size : 11px ;
   font-family : tahoma ;
   color : #243522;
   border : 1px solid #243522;
   background-color:white;
		}
input {
   font-size : 11px ;
   font-family: tahoma ;
   color : #243522;
   border : 1px solid #243522;
   background-color:white;
}
table {
   color: #243522;
   font-family: tahoma;
   font-size: 11px;
   border : none;

}

A:link {
   color: #536e50;
   font-family: tahoma;
   text-decoration: underline;
   cursor: default;
}

A:visited {
   color: #536e50;
   font-family: tahoma;
   text-decoration: underline;
   cursor: default;
}

A:active {
   font-family: tahoma;
   text-decoration: underline;
   cursor: default;
}

A:hover {
   color: #a3d19d;
   cursor: default;
   text-decoration: none;
}



body {
   background-image:url(bg.gif);
   background-repeat: no-repeat;
   background-color: #ffffff;
   color: #243522;
   font-family: tahoma;
   text-decoration: none;
   cursor: default;
   font-size: 11px;
   margin: 0px;
}
