/* CSS Document */
.normal_txt {
	font-family: Tahoma;
	font-size: 10px;
	color: #797F81;
}
a.cv_name {
	font-family: Tahoma;
	font-size: 12px;
	color: #797F81;
	text-decoration: none;
	line-height: 18px;
}
a.cv_name:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #4689B1;
	text-decoration: underline;
	font-weight: bold;
	line-height: 18px;
}
.cv_txt {
	font-family: Tahoma;
	font-size: 12px;
	color: #797F81;
	text-align: left;
	vertical-align: middle;
}
.cv_txt2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #797F81;
	padding-left: 30px;
}
.cv_name2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #797F81;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
}
.appointment{
	text-align: right;
	line-height: 18px;
	vertical-align: bottom;
}
a.appointment {
	font-family: Tahoma;
	font-size: 12px;
	color: #4689B1;
	text-decoration: none;
	font-weight: bold;
}
a.appointment:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #4689B1;
	text-decoration: underline;
	font-weight: bold;
}


