body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4F001A;
	font-family: tahoma;
	font-size: 11px;
	line-height: 16px;	
}

.text_bold_white {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text_bold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #860030;
}

.text_title {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
}

.text_link {
	font-family: tahoma;
	font-size: 11px;
}
	.text_link a {
		color: #000000;
		text-decoration:none;
	}
	.text_link a:hover {
		color:#0000ff;
	}
	
.button {
	background-image: url(../images/user/bg_button_1.gif);
	height: 23px;
	width: 182px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #D1B3BD;
	text-indent: 30pt;
}
	.button a {
		color: #D1B3BD;
		text-decoration:none;
	}
	.button a:hover {
		color:#ffffff;
	}