p.wice {
	margin-top: 20px;
	font-weight: bold;
	text-indent: 20px;
	color: #2A2A2A;
}
hr {
	height: 1px;
	color: silver;
}

th.bg-0 {
	background: #DCDAB8;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
}
td.bg-1 {
	background: #ECEBD8;
}
td.bg-1-on{
	background: #F4F3E7;
	padding: 3px;
	color: #828057;
}

a.bg-1 {
 text-decoration: none;
 color: #2F6887;
 padding: 2px;
 display: block;
 background: transparent;
}
a.bg-1:hover {
 padding: 2px;
 background: #F4F3E7;
 color: #005076;
 text-decoration: none;
}
span.f {
	color: #9B2B2B;
	font-size: 18px;
	font-weight: bold;
}
h4.{
	margin-bottom: 4px;
	font-size: 13px;
}


td.text {
	font-size: 10px;
	text-align: center;
}
.day {
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	background: #BDCFD2;
	text-align: center;
}
hr.odstep {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 90%;
	border: ridge;
}