.roi {
	text-align: center;
	width: 95%;
}

.roi td  {
	font-size: 10px;
	padding: 2px;
	font-family: arial, helvetica, tahoma;
	font-weight: bold;
}

.dark {
	background-color: #94b6a4;
	color: black;
}

.light {
	background-color: #c4dacd;
	color: black;
}

.orange_dark {
	background-color: #ec7e04;
	color: white;
}

.orange_light {
	background-color: #f4aa5c;
	color: white;
}

.orange_light2 {
	background-color: #fac075;
	color: white;
}

.orange_light_down {
	background-color: #f4aa5c;
	color: white;
	vertical-align: text-bottom;
}

.light2 {
	background-color: #e4eee4;
	border-bottom: 1px solid #94b6a4;
	color: black;
}

.light3 {
	background-color: #c4dacd;
	border-bottom: 1px solid #94b6a4;
	color: black;
}

.white {
	border-bottom: 1px solid #94b6a4;
}

.white a, .white img {
	border: 0px;
}

/* input */
input {
	font-size: 10px;
	padding: 2px;
	font-family: arial, helvetica, tahoma;
	font-weight: bold;
	width: 90%;
	border: 0px;
}

