/* CSS Document */

body,td  {
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 12px; 
	color       : #333333;
	}

body  { 
	background-color	: #cccccc;
	background-image	: url(../images/template/bg.gif);
	margin						: 0;
	}
	
a:link		{color:#405c72; text-decoration:none; font-weight:bold;}
a:visited	{color:#405c72; text-decoration:none; font-weight:bold;}
a:active	{color:#405c72; text-decoration:none; font-weight:bold;}
a:hover		{color:#405c72; text-decoration:underline; font-weight:bold;}


.footer 						{font-weight: bold; color: #ffffff; font-size:11px;}
.footer	a:link 			{font-weight: bold; color: #ffffff; font-size:11px; text-decoration:none;}
.footer	a:visited 	{font-weight: bold; color: #ffffff; font-size:11px; text-decoration:none;}
.footer	a:hover 		{font-weight: bold; color: #ffffff; font-size:11px; text-decoration:underline;}

.copyright {color:#666666;font-size:9px;}

.doctorname {
	color					: #405c72;
	font-weight		: bold;
	font-size			: 16px;
	font-style		:	italic;
}