body {
	background-color: #FF0066;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	font-size: 12px;
	color: #333333;
}
td {
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}
.red_text {
	font-weight: bold;
	color: #FF2100;
}

.title_bt {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 27px;
}
a:link {
	color: #FF5800;
	text-decoration: none;
}
a:visited {
	color: #FF5800;
	text-decoration: none;
}
a:active {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #FF5800;
	text-decoration: underline;
}
