.navLink {
	color: #333333;
	text-decoration: none;
	margin-right: 3px;
}

.navLink:hover {
	color: #000000;
	text-decoration: underline;
}
.TopLink {

	color: #CCCCCC;
	text-decoration: none;
	margin-right: 3px;
}
.TopLink:hover {

	color: #FFFFFF;
}
body {
	color: #333333;
}
.sidelink {
	color: #EFE0C9;
	text-decoration: none;
	text-indent: 3pt;
	width: 155px;
	font-size: 18px;


}

.sidelink:hover {
	color: #996600;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #99CC99;
	padding-left: 1px;
	background-color: #FDFDEC;
	text-decoration: none;

}

.selectedsidelink {
	text-decoration: none;
	text-indent: 3pt;
	width: 155px;
	font-size: 18px;
	color: #996600;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #990000;
	padding-left: 1px;
	background-color: #FDFDEC;


}

.selectedsidelink:hover {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CC9900;
	padding-left: 1px;
	text-decoration: none;

}
.doctorlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: small-caps;
	color: #006699;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-right: 8px;


}

.doctorlink:hover {
	color: #996633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;

	
}
a {
	color: #CC3300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;


}
