/* CSS Document */

body,td  {
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 12px; 
	color       : #333333;
	}

body  { 
	background-color: #ffffff; 
	margin					: 0;
	}
	
a:link		{color:#003366; text-decoration:none; font-weight:bold;}
a:visited	{color:#003366; text-decoration:none; font-weight:bold;}
a:active	{color:#003366; text-decoration:none; font-weight:bold;}
a:hover		{color:#852c0f; text-decoration:underline; font-weight:bold;}


.footer 					{font-size:10px; color: #003366; font-weight:bold;}
a.footer	:link 		{font-size:10px; color: #003366; font-weight:bold; text-decoration:none;}
a.footer	:visited 	{font-size:10px; color: #003366; font-weight:bold; text-decoration:none;}
a.footer	:hover 		{font-size:10px; color: #003366; font-weight:bold; text-decoration:underline;}

.copyright {color:#666666;font-size:9px;}

.doctorname {
   color        : #56647C;
   font-weight  : bold;
   font-size    : 14px;
}