@charset "utf-8";
/* CSS Document */

.txtmenu{
font-family:Tahoma;
font-size:14px;
color:#FFFFFF;}


.txtmain{
font-family:Tahoma;
font-size:14px;
color:#333333;}

.txtmain:link {
	color: #333333;
	text-decoration: none;
}
.txtmain:visited {
	text-decoration: none;
	color: #333333;
}
.txtmain:hover {

	color: #666666;
}
.txtmain:active {
	text-decoration: none;
	color: #333333;
}

.txtfooter{
font-family:Tahoma;
font-size:12px;
color:#333333;}



.txtdoctor{
font-family:Tahoma;
font-size:14px;
color:#333333;}

.txtdoctor:link {
	color: #333333;
	text-decoration: none;
}
.txtdoctor:visited {
	text-decoration: none;
	color: #333333;
}
.txtdoctor:hover {
	text-decoration: underline;
	color: #666666;
}
.txtdoctor:active {
	text-decoration: none;
	color: #333333;
}

