.topMainNoRep {
	background-image: url(images/topBodya.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.centerText {
	text-align: center;
}

.txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size:12px;
}

.txt a:link {
	color: #666666;
	font-weight:bold;
	text-decoration:underline;
}
.txt a:visited {
	color: #666666;
	font-weight:bold;
	text-decoration:underline;
}
.txt a:hover {
	color: #E80000;
	font-weight:bold;
	text-decoration:underline;

}
.txtHL {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 14px;
	color: #653232;
}

.txtHL a:link {

	color: #666666;
	font-weight:bold;
	text-decoration:underline;
}
.txtHL a:visited {

	color: #666666;
	font-weight:bold;
	text-decoration:underline;
}
.txtHL a:hover {

	color: #E80000;
	font-weight:bold;
	text-decoration:underline;

}
.floatL {
	float: left;
}

.floatR {
	float: right;
}
.floatL8Pad {
	float: left;
	padding-right: 8px;
}

