body {
	background-color: #F1E1E8;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 10pt;
}
.Content {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Footer {
	font-size: 8pt;
	background-image: url(/images/shell/footerbg.gif);
	background-repeat: repeat-x;
}
a:link {
	/* color: #BD8CBF; */ 
	color: #800080;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:hover {

	color: #800080;
	text-decoration: underline;
}
a:active {


	color: #800080;
	text-decoration: underline;
}
.FooterMenu {
	font-size: 9pt;
	padding: 2px;
}
h1 {
	font-size: 16pt;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A865A8;
}
h2 {
	font-size: 12pt;
	font-weight: normal;
 
}
/* Used only for display of patient education content titles. */

h4 {
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
}
.Sidebar {
	border: 1px solid #A862A8;
	background-color: #FFFFFF;
	background-image: url(/images/sidebarbg.jpg);
	background-repeat: repeat-x;
	padding: 2px;
	margin: 2px;
}
