/* 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);
        background-repeat: repeat-x;

	margin						: 0;
	}
	
a:link		{color:#FD7A2A; text-decoration:none; font-weight:bold;}
a:visited	{color:#FD7A2A; text-decoration:none; font-weight:bold;}
a:active	{color:#FD7A2A; text-decoration:none; font-weight:bold;}
a:hover		{color:#FD7A2A; text-decoration:underline; font-weight:bold;}


.footer 					{color: #FD7A2A; font-weight:bold;}
.footer	a:link 		{color: #FD7A2A; font-weight:bold; text-decoration:none;}
.footer	a:visited 	{color: #FD7A2A; font-weight:bold; text-decoration:none;}
.footer	a:hover 		{color: #ffffff; font-weight:bold; text-decoration:none;}

.copyright {color:#666666;font-size:9px;}

.doctorname {
   color        : #FFD50D;
   font-weight  : bold;
   font-size    : 16px;
}