@charset "UTF-8";

/* green; table properties for states: normal, hover, click */
.TM1t0 {
	background: #339900;
}

/* green; text properties for states: normal */
.TM1i0 {
	font-family: Arial, Helvetica, sans-serif;;
	color: #003300;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* green; text properties for states: hover, click */
.TM1i1 {
	font-family: Arial, Helvetica, sans-serif;;
	color: #FFCC33;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* green; box properties for states: normal */
.TM1o0 {
	background: #CCCC00;
	padding: 2px;
	text-align: center;
        border: 2px;
}

/* green; box properties for states: hover, click */
.TM1o1 {
	background: #006600;
	padding: 2px;
	text-align: center;
        border: 2px;
}


