body {
	background-color: #CFCFCF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
td {
	background-repeat: no-repeat;
	background-position: center top;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.template_box_bg {
	background-image: url(images/template_box_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.tem_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A10506;
}
.red_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.red_text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
}
.text-ragular {
	font-family: Tahoma;
	font-size: 16px;
}
.text-ragular-small {
	font-family: Tahoma;
	font-size: 13px;
}
.text-ragular_red {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #E10000;
}