<!--

body{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(./images/bg.gif);
	background-color: #4A5A29;
}

td{
	font-family: Verdana,Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

.tamba{
	font-size: 10px;
	color: #f5ba4b;
	text-decoration: none;
}

.menu{
	font-size: 12px;
	font-weight: bold;
	color: #f4b640;
	text-decoration: none;
}

A{
	color: #3f4d22;
}

A.tamba:hover, A.menu:hover{
	color: #ffffff;
}

A.slink{
	font-size:11px;
}

.floatleft{
	float:left;
	padding-right:20px;
	padding-bottom:3px;
}

.floatright{
	float:right;
	padding-left:20px;
	padding-bottom:3px;
}

.floatright2{
	float:right;
	padding-left:20px;
	padding-bottom:0px;
}

.inputbox, .photo{
	font-family: Verdana,Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #eff0ee;
	border: #555555; 
	border-style: solid;
	border-top-width: 2;
	border-left-width: 2;
	border-right-width: 0;
	border-bottom-width: 0;
}

.submitbox{
	font-family: Verdana,Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-color: #707768;
	border: #555555; 
	border-style: solid;
	border-top-width: 0;
	border-left-width: 2;
	border-right-width: 0;
	border-bottom-width: 2;
	cursor:hand;
}

select{
	font-size: 10px;
	height: 15px;
	width: 150px;
}

//-->