/* CSS Document */

.text_body_pink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ED0F93;
	line-height: 1.6em;
}

.text_body_blue_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #01499A;
	line-height: 1.6em;
}
.text_body_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #01499A;
	line-height: 1.6em;
}
a {
	color: #ED0F93;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.bg_tl {
	background-image: url(images/drill/rates/bg_tl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bg_bl {
	background-image: url(images/drill/rates/bg_bl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bg_tr {
	background-image: url(images/drill/rates/bg_tr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bg_br {
	background-image: url(images/drill/rates/bg_br.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
