@charset "utf-8";
.linkMnu {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9b8dbc;
	text-decoration: none;
}
.linkMnu:hover {
	color: #6f5e99;
}

.tabLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccb8de;
}
.txtTit {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #b880d2;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccb8de;	
}
