/* CSS Document */
body{
	background-color:#C8DFA9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.tl{
	height:9px;
	width:11px;
	background-image:url(top_left.jpg);
	background-repeat:no-repeat;
}
.trepeat{
	background-image:url(top_repeat.jpg);
	background-repeat:repeat-x;
}
.tr{
	width:14px;
	background-image:url(top_right.jpg);
	background-repeat:no-repeat;
}
.lr{
	width:11px;
	background-image:url(left_repeat.jpg);
	background-repeat:repeat-y;
}
.rr{
	width:14px;
	background-image:url(right_repeat.jpg);
	background-repeat:repeat-y;
}
.bl{
	width:11px;
	height:13px;
	background-image:url(bottom_left.jpg);
	background-repeat:no-repeat;
}
.brepeat{
	background-image:url(bottom_repeat.jpg);
	background-repeat:repeat-x;
}
.br{
	width:14px;
	background-image:url(bottom_right.jpg);
	background-repeat:no-repeat;
}
.menu_column{
	width:231px;
	height:5px;
}
.banner_space{
	height:10px;
}
.health_cal_space{
	height:5px;
}

.small_left{
	width:4px;
	background-image:url(small_left.jpg);
	background-repeat:repeat-y;
}
.small_bottom_left{
	height:4px;
	background-image:url(small_bottom_left.jpg);
	background-repeat:no-repeat;
}
.small_bottom{
	background-image:url(small_bottom.jpg);
	background-repeat:repeat-x;
}
.small_bottom_right{
	background-image:url(small_bottom_right.jpg);
	background-repeat:no-repeat;
}
.small_right{
	width:4px;
	background-image:url(small_right.jpg);
	background-repeat:repeat-y;
}
a:hover .rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}
.pdf_link {
	padding: 20px 0px 20px 35px;
	background: transparent url(pdf_ico.gif) no-repeat center left;
}

