/* mii_base.css */


body, td {
	margin: 0px;
	/* font-family: Verdana,Arial,Helvetica,sans-serif; */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	text-align: justify;
	color: rgb(120,120,120);
}
td.contentheading {
	font-size: 12pt;
	/* color: rgb(67,157,42); */
	color: rgb(0,153,0);
	font-weight: bold;
}

a {
	text-decoration: none;
	/* color: rgb(100,100,100); */
	color: rgb(238,238,238);
	font-weight: bold;
}
a:hover {
	color: rgb(67,157,42);
}

