/* CSS Document */

body,td  {
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 12px; 
	color       : #333333;
	}

body  { 
	background-color	: #D7D7D7;
	background-image	: url(../images/D0040_tile.jpg);
	margin: 0;
	}
	
a:link		{color:#07518e; text-decoration:none; font-weight:bold;}
a:visited	{color:#07518e; text-decoration:none; font-weight:bold;}
a:active	{color:#07518e; text-decoration:none; font-weight:bold;}
a:hover		{color:#07518e; text-decoration:underline; font-weight:bold;}


.footer 						{font-weight:bold; color: #07518e; font-size:11px;}
.footer	a:link 			{font-weight:bold; color: #07518e; font-size:11px; text-decoration:none;}
.footer	a:visited 	{font-weight:bold; color: #07518e; font-size:11px; text-decoration:none;}
.footer	a:hover 		{font-weight:bold; color: #07518e; font-size:11px; text-decoration:underline;}

.copyright {color:#333333;font-size:9px;}

.doctorname {
	color					: #ffffff;
	font-weight		: bold;
	font-size			: 13px;
	font-style		:	italic;
}