@charset "utf-8";
/* CSS Document */
body {
	font-family: Trebuchet MS;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.6em;
	font-size: 0.7em;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #466270;
}
a:active {
	text-decoration: none;
	color: #000000;
}
A.html_links:link {
	color: #28566b;
	text-decoration: none;
	font-size:9px;
}
A.html_links:visited {
	text-decoration: none;
	color: #28566b;
	font-size:9px
}
A.html_links:hover {
	text-decoration: none;
	color: #3875a7;
	font-size:9px
}
A.html_links:active {
	text-decoration: none;
	color: #28566b;
	font-size:9px;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	font-family: Calibri, Tahoma;
}

h1 {
	font-size: 1.7em;
	font-weight: lighter;
	color: #385a6e;
	margin-bottom: 15px;
}

h2 {
	font-size: 1.2em;
	font-weight: lighter;
	color: #000;
}

.footer-text {
	color: #28566b;
}

.white-text {
	color: #ffffff;
}

.red-text {
	color: #F00;
}

.dentist-name-bold {
	color: #000;
	font-weight: bold;
}