body {
  background-image:url(img/bg1.jpg);
  background-repeat:repeat-y;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
  color: #006600;
  margin-left: 0px;
  margin-top: 0px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}


ul.no {
	list-style-type: none;
}

a:link {
	text-decoration: none;
	color: #009900;
}

a:visited {
	text-decoration:none;
	color: #006600;
}

a:hover {
	text-decoration:none;
	color:#FFFF00;
}

div.left {
	width:238px;
	height:90proc;
	overflow:auto;
	position:relative;
	float:left;
	
}

div.right {
	width:600px;
	overflow:auto;
	position:relative;
}

div.doit {
	background-color:#009900;
	border:medium groove #000000;
	height:56px;
	text-align: center;
	vertical-align: middle;
	overflow: auto;
}