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

.bodytext {
	font-family:  Candara, Arial, Sylfaen, Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #31849B;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

.contactpgphonenumber {
	font-family:  Arial, Sylfaen, Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #31849B;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.footertext {
	font-family:  Arial, Calibri, Sylfaen, Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

a.whitelink:link {color:#FFFFFF; text-decoration: none}    /* unvisited link */
a.whitelink:visited {color:#FFFFFF; text-decoration: none} /* visited link */
a.whitelink:hover {color:#106a9e; text-decoration: none}   /* mouse over link */
a.whitelink:active {color:#0c705a5; text-decoration: none}  /* selected link */
