body {
	background-color: #F9F9F9;
	margin: 0px;
	padding: 8px 0px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.maintable {
	background-color: #DCDCDC;
}
.content_middle {
	background-image: url(../images/middle_back.gif);
	font-size: 10px;
	color: #333333;
}
.header {
	font-weight: bold;
	font-size: 14px;
	/*border-bottom: 1px solid #A91E1F;
	*/
}
.tablica {
	background-color: #DCDCDC;
}
.content_small {
	font-size: 9px;
	color: #333333;
}

a {
	color: #A91E1F;
	text-decoration:none;
}

a:hover {
	color: #333333;
	text-decoration:underline;
}

.pic a {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;

}

.pic a:hover {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #A91E1F;
}
