/* CSS Document */

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

body  {
        background-color: #ffffff;
		background-image: url(../images/template/bg_body.gif);
        margin: 0;
        }

a:link                {color:#10315d; text-decoration:none;}
a:visited        {color:#10315d; text-decoration:none;}
a:active        {color:#10315d; text-decoration:none;}
a:hover                {color:#10315d; text-decoration:underline;}

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

.footer                                         {color: #10315d; font-weight:bold;}
a.footer:link                 {color: #10315d; font-weight:bold; text-decoration:none;}
a.footer:visited         {color: #10315d; font-weight:bold; text-decoration:none;}
a.footer:hover                 {color: #10315d; font-weight:bold; text-decoration:underline;}

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