/* CSS Document */

body,td  {
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 12px; 
	color       : #333333;
	}

body  { 
	background-color	: #cccccc;
	margin						: 0;
	}
	
a:link		{color:#6E4040;	text-decoration:none; font-weight:bold;}
a:visited	{color:#6E4040; text-decoration:none; font-weight:bold;}
a:active	{color:#6E4040; text-decoration:none; font-weight:bold;}
a:hover		{color:#6E4040; text-decoration:underline; font-weight:bold;}


.footer							{ color: #6E4040; font-size:11px;}
.footer	a:link			{ color: #6E4040; font-size:11px; text-decoration:none;}
.footer	a:visited		{ color: #6E4040; font-size:11px; text-decoration:none;}
.footer	a:hover			{ color: #6E4040; font-size:11px; text-decoration:underline;}

.copyright {color:#666666;font-size:9px;}

.doctorname {
	color				:	#64383A;
	font-weight	:	bold;
	font-size		:	15px;
	font-style	:	italic;
}