﻿/* Root; text properties for states: normal, hover, click */
.TM2i0 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding: 4px;
}

/* Root; box properties for states: normal*/
.TM2o0 {
	background: #AA9F4E;
	border: solid 2px #FFFFFF;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;	
}

/* Root; box properties for states: hover, click */
.TM2o1 {
	background: #575DA9;
	border: solid 2px #FFFFFF;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* Sub Level; text properties for states: normal, hover, click */
.TM3i0 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding: 4px;
}

/* Sub Level; box properties for states: normal */
.TM3o0 {
	background: #AA9F4E;
	border: solid 2px #FFFFFF;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* Sub Level; box properties for states: hover, click */
.TM3o1 {
	background: #575DA9;
	border: solid 2px #FFFFFF;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}


