/* general link properties */
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration; }
a:active {text-decoration: none}

/* grayscale - all levels; text properties for states: normal */
.TM0i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #CFCFFF;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* grayscale - all levels; box properties for states: normal */
.TM0o0 {
/*	background: #970000; */
	background: rgb(152,0,0);
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* grayscale - all levels; text properties for states: hover, click */
.TM0i1 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* grayscale - all levels; box properties for states: hover, click */
.TM0o1 {
	background: #7F0000;
	border: 0px solid #606060;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}
