body 	{
cursor:default;
margin: 0px;
overflow: auto;
}


a:link		{ color: #000000; text-decoration: underline; font-weight: normal; }
a:visited	{ color: #000000; text-decoration: underline; font-weight: normal; }
a:active	{ color: #000000; text-decoration: underline; font-weight: normal; }
a:hover		{ color: #000000; text-decoration: none; font-weight: normal; }

td {
	font-family: Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	color : #000000;
     }

input { color: #000000; background-color: #e4e4e4; font-size: 10px; font-family:
	Arial, Verdana;
	border: #000000; border-style: solid; border-top-width: 1px;
	border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
      }

.textarea { color: #000000; background-color: #e4e4e4; font-size: 10px; font-family:
	    Arial, Verdana;
	    border: #000000; border-style: solid; border-top-width: 1px;
	    border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	  }

