.homebg {
	background-image: url(images/home/mainbg.jpg);
	background-repeat: no-repeat;
}
.homebgshort{background:url(images/home/mainbg_short.jpg) no-repeat;}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.dentistsbg {
	background-image: url(images/dentists/mainbg.jpg);
	background-repeat: no-repeat;
}
.dentistnavbg {
	background-image: url(images/dentists/main_left_bg.jpg);
	background-repeat: no-repeat;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3a4e7e;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.emergencybg {
	background-image: url(images/emergency/mainbg.jpg);
	background-repeat: no-repeat;
}
.hygenebg {
	background-image: url(images/hygenists/mainbg.jpg);
	background-repeat: no-repeat;
}
.hygenenavbg {
	background-image: url(images/hygenists/menubg.jpg);
	background-repeat: no-repeat;
}
.feebg {
	background-image: url(images/feeguide/mainbg.jpg);
	background-repeat: no-repeat;
}
.bigtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #283657;
}
.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	border: 1px solid #3a4e7e;
}
.findusbg {
	background-image: url(images/howtofind/mainbg.jpg);
	background-repeat: no-repeat;
}
.memberbg {
	background-image: url(images/member/main_membersbg.jpg);
	background-repeat: no-repeat;
}
a.memberbutt{
	float:left;
	width:130px;
	height:51px;
	padding:0;
	margin:0;
	background-image:url(images/member/memberplan.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:-10000px;
	text-decoration:none;
}
a.memberbutt:hover{background-position:right;}
a.childbutt{
	float:left;
	width:130px;
	height:51px;
	padding:0;
	margin:0;
	background-image:url(images/member/childplan.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:-10000px;
	text-decoration:none;
}
a.childbutt:hover{background-position:right;}


/*Treatment Table*/
p.TOC{color:#09225E; font:bold 16px Arial, Helvetica, sans-serif; margin:0;}
h1.title{font:bold 22px Arial, Helvetica, sans-serif; color:#8491AF; text-indent:53px; margin-top:10px;}

ul.tt{width:100%; overflow:hidden;}
ul.tt li.ti {float:left; list-style:none; background:url(images/navigation/treatmenttab_button.png) no-repeat; width:144px; height:31px;}

ul.tt li.ti a{
display:block;
height:100%;
text-align:center;
line-height:31px;
font:bold 13px Arial, Helvetica, sans-serif;
text-decoration:none;
color:#09225E;
line-height:22px;
text-shadow:1px 1px #FFF;
}

ul.tt li.ti.f11 a{font-size:11px;}


ul.tt li.ti a:hover{color:#990000;}
