body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-color: #000000;
}
.red-bold {
	color: #CC0001;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}

.yellow-bold {
	color: #C28908;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}

.white-bold {
	color: #FFFFFF;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}


.txtnormal {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.txtnormal a:link {	color: #000000;text-decoration: none;}
.txtnormal a:active {	color: #000000;text-decoration: none;}
.txtnormal a:visited {color: #000000;text-decoration: none;}
.txtnormal a:hover {	color: #000000;text-decoration: none;}
.bgnorepeat {
	background-repeat: no-repeat;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #000000;
}