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