body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
}



/* LINK STYLES */



A:link {   /* for unvisited links */

	color: #990033;

	text-decoration: underline
	 }

A:visited {
		
		color: #990066;
		text-decoration: underline	 }
	 



A:hover {   /* when mouse is over link */

	color: #993399;

	text-decoration: underline 

	}




p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
b {
	font-weight: bold;
}
.SubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #475466;
	padding: 8;
	text-indent: 16px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663300;
	margin-top: 15px;
}
.doctor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	background-color: #F2ECF2;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}



a.Link0 {   /* Footer Links */



	font-family: Arial, sans-serif; 

	font-size: 12px; 

	font-style: normal; 

	font-weight: normal; 
	
	color: #FFFFFF;

}
a.Link0:visited {   /* Footer Links */



	font-family: Arial, sans-serif; 

	font-size: 12px; 

	font-style: normal; 

	font-weight: normal; 
	
	color: #FFFFFF;

}
a.Link0:hover {   /* Footer Links */



	font-family: Arial, sans-serif; 

	font-size: 12px; 

	font-style: normal; 

	font-weight: normal; 
	
	color: #99FFFF;

}
