
a.indexBlock {
    padding-right: 10px;
	text-decoration: none;
	color: #c29788;
}

a.indexBlock:hover {
	color: #FFAA2A;
}

a.indexBlock:active {
	color: #EED6BB;
}

.indexBlockInactive {
	text-decoration: none;
	color: #B17867;
}

.indexAncorLetter {
	font-family: 'gloria_scriptregular';
	font-size: 36px;
	font-weight: 600;
	text-decoration: none;
	color: #EED6BB;
}



.tRow_Name {
	padding-left: 4px;
	color: #000066;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
}



.Info1 {
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #48180a;
}



/* --- таблица --- */

.dataTable {
    max-width: 800px;
	border: 2px solid #CBA599;
	border-spacing: 1px;
	background-color: #ffffff; /*#FFEFBF;*/
}

.dataTable > thead {
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #905B4A;
	background-color: #DCC2BB;
}

.dataTable > thead > tr > th {
	padding: 3px;
	border: 1px solid #CBA599;
}

.dataTable > tbody {
	text-align: center;
	font-family: "Times new roman", times, serif;
	font-size: 14px;
	font-weight: 500;
	color: #362617;
	background-color: #ffffff;
}

.dataTable > tbody > tr > td {
	padding: 3px;
	border: 1px solid #CBA599;    
}

.dataTable > tbody > tr > td.alignLeft {
	text-align: left;
}


/* --- /таблица --- */