@charset "UTF-8";
@import url("bmc_style.css");
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #FFFFCC;
}
a {
	font-size: small;
	color: #FF6600;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003333;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: underline;
	color: #0033FF;
}
.style2 {
	font-size: 9pt
}

