body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
.scrolingtext {
	font-family: "Bookman Old Style";
	font-size: 12px;
	font-weight: bold;
	color: #E10000;

}
.normaltext {
	font-family: "Bookman Old Style";
	font-size: 12px;
	font-weight: normal;
}
.normalbold {

	font-family: "Bookman Old Style";
	font-size: 12px;
	font-weight: bold;
}
.normalbolditalic {

	font-family: "Bookman Old Style";
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.normalitalic {
	font-family: "Bookman Old Style";
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
.smalltext {

	font-family: "Bookman Old Style";
	font-size: 11px;
	font-weight: normal;
}
.smallbold {


	font-family: "Bookman Old Style";
	font-size: 11px;
	font-weight: bold;
}
.title {

	font-family: "Bookman Old Style";
	font-size: 13px;
	font-weight: bold;
}
.heading {


	font-family: "Bookman Old Style";
	font-size: 15px;
	font-weight: normal;
}
.headingbold {
	font-family: "Bookman Old Style";
	font-size: 15px;
	font-weight: bold;
}
.tablebackground {
	background-color: #FF4747;
}
.tableheadingbold {
	font-family: "Bookman Old Style";
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF4747;

}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
