body {
	background-attachment: fixed;
	background-image:  url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text_black_bold {
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.text_black {
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.text_red {
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ED1C24;
}
.text_red_print {
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ED1C24;
}
.text_white_bold {
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.text_white {
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
a.text_white:hover {
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.text_info {
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.topic {
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.sub_topic {
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

.text_print {
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
