a {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}


.normal_text {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.red_text {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #6E0500;
	text-decoration: none;
}
.right_box_bg {
	background-image: url(../images/right_bar_bg.jpg);
	background-repeat: repeat-y;
}
.heading_text {
	font-size: 14px;
	font-weight: bold;
	color: #2E2E2E;
	text-decoration: none;
	font-family: Arial;
}
.middle_border {
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 10px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.services_text {

	font-size: 12px;
	font-weight: bold;
	color: #2E2E2E;
	text-decoration: none;
	font-family: Arial;
}

