.pink_bg {
	background-image: url(images/pink_bg.jpg);
	background-repeat: repeat-x;
	height: 266px;
}

.pink_bg1 {
	background-image: url(images/pink_bg1.jpg);
	background-repeat: repeat-x;
	height: 1px;
}

.left_bg {
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y;
	width: 282px;
}

.receive_bg {
	background-image: url(images/receive_bg.jpg);
	background-repeat: repeat-y;
	width: 282px;
}

.personal_bg {
	background-image: url(images/personal_bg.jpg);
	background-repeat: repeat-y;
	width: 233x;
}

.footer_bg {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 1px;
}

.body_bg {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}

.inner_head_bg {
	background-image: url(images/inner_head_bg.jpg);
	background-repeat: repeat-x;
	height: 20px;
}


.textbox {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}


td {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-align: justify;
}
.red {
	font-family: Tahoma;
	font-size: 11px;
	color: #ff0000;
}

.pink {
	font-family: Tahoma;
	font-size: 11px;
	color: #D7006B;
}

.white_head {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	font-weight: bold;
	text-align: justify;
}

.blue_text {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #181B69;
}

.header {
	font-family: Arial;
	font-size: 17px;
	color: #FB007D;
	font-weight:bold;
	margin-top:5px;
}

.white_header {
	font-family: Arial;
	font-size: 15px;
	color: #ffffff;
	font-weight:bold;
	margin-top:5px;
}

.white_text {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	padding:5px;
}

a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #ff0000;
	text-decoration: none;
}

a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

.white:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

.white:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

.white:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #ff9900;
	text-decoration: underline;
}



