@charset "utf-8";
/* CSS Document */

a.bottomLink:link, a.bottomLink:visited{
	color:#000000;
	text-decoration:none;
}

a.bottomLink:hover{
	color:#000000;
	text-decoration:underline;
}

.product_tbl_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.normal_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.smaller_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.left_bg{
	background-image:url(images/left_side.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

.content_bg{
	background-image:url(images/content.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.benefit_bg{
	background-image:url(images/benefit_bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.medical_bg{
	background-image:url(images/medical_bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.orange_txt{
	color:#FF6801;
	font-size:14px;
}

.white_txt{
	color:#FFFFFF;
}

.green_txt{
	color:#207C02;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFE88C;
}

.img_left{
	float:left;
	display:inherit;
}

.border_bottom{
	border-bottom:1px #666666 dotted;
}

.border_top{
	border-top:1px #666666 dotted;
}

.border_left{
	border-left:1px #666666 dotted;
}

.border_right{
	border-right:1px #666666 dotted;
}
	