// JavaScript Document
/* grayscale - all levels; text properties for states: normal, hover, click */
.TM0i0 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: #E1E1FF;
}

/* grayscale - all levels; box properties for states: normal */
.TM0o0 {
	background: #E1E2E1;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	position:inherit;
	border:1px solid #000066;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* grayscale - all levels; box properties for states: hover, click */
.TM0o1 {
	background: #79838A;
	padding: 4px;
	color:ffffff;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	position:inherit;
	border:1px solid #79838A;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* Menu Item; text properties for states: normal, hover, click */
.TM1i0 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	border:1px solid #79838A;
	background:#79838A;
}

/* Menu Item; box properties for states: normal, hover, click */
.TM1o0 {
	background: transparent;
	border: 1px solid #79838A;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border:1px solid #79838A;
	font-size: 10px;
	font-weight:bold;
	font-style: normal;
	text-decoration: none;
}

