
/* body content */

.bdy, p, ul, ol, li {
	color: black;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #003366;
	text-decoration: underline;
}

blockquote  { color: black; font-size: 12px; font-family: "Lucida Grande", Arial, Helvetica, sans-serif }



/* physicians sidenav */

.navphysicians {
	color: #003366;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 11px;
	line-height: 11px;
}

a.navphysicians {
	color: #003366;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 11px;
	text-decoration: none;
}

a.navphysicians:hover { color: #557396; }



/* groups sidenav */

.navgroups {
	color: #006699;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 11px;
	line-height: 11px;
}

a.navgroups {
	color: #006699;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 11px;
	text-decoration: none;
}

a.navgroups:hover { color: #66A3C2; }



/* hospitals sidenav */

.navhospitals {
	color: #003300;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 11px;
	line-height: 11px;
}

a.navhospitals {
	color: #003300;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 11px;
	text-decoration: none;
}

a.navhospitals:hover { color: #668566; }



/* dentists sidenav */

.navdentists {
	color: #330066;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 11px;
	line-height: 11px;
}

a.navdentists {
	color: #330066;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 11px;
	text-decoration: none;
}

a.navdentists:hover { color: #8566A3; }



/* headers and footers */

.title {
	color: #003366;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.titleblue {
	color: #003366;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.titlebluesmall {
	color: #003366;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.maintitle {
	color: #003366;
	font-weight: bold;
	font-size: 13px;
	font-family: Georgia, Helvetica, Arial, sans-serif;
}

.footer {
	color: black;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.footer {
	color: black;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.footer:hover { color: #003366; }



/* dynamic content table rows */

.evenrow {
	background-color: #FFFFFF;
	border-top: solid #CCCCCC 1px;
}

.oddrow {
	background-color: #F0F0F0;
	border-top: solid #CCCCCC 1px;
}

.error {
	color: red;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
