body,td,th, button, input, select {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #009160;
	/*overflow-x: hidden*/
}

.on { background-color: #f2f2f2 }
.off { background-color: }


a { color: #666666;
display: block }

a:link {
	text-decoration: none;
	display: block
}
a:visited {
	text-decoration: none;
	display: block
}
a:hover {
	text-decoration: none;
	display: block
}
a:active {
	text-decoration: none;
	display: block
}

button { width: 50px }