BODY,TABLE,TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

A:hover {
	color: #black;
	text-decoration: underline;
}
A {
	color: #darkred;
	text-decoration: underline;
}
A.hlavicka {
	color: #F8F8FF;
	text-decoration: underline;
	font-size : 13px;
	font-weight : bold;
	text-transform : capitalize;
}
A.hlavicka :hover{ 
  color: #AABBDD; 
  text-decoration: underline; 
}

TD.head{
	background-color : Black;
	font-size : 16px;
	color:white;
	text-align : center;
	font-weight : bold;
	height : 24px;
}

TR.popis{
	text-align : center;
	font-size : 14px;
	color : Black;
	font-weight : bold;	
}
TR.banner{
	text-align : center;
}
TR.link_maly{
	text-align : center;
	font-size : 6px;
	color : Black;
}

TABLE.box{
	border: solid 2px black;
	background-color : #669999;
	color:black;
	padding : 0px;
	margin : 0px;
}

TABLE.stats_provize{
	width: 764px;
	background-color: #cc3366;
	font-style: normal;
	font-variant: normal;
	color: white;
	border: solid 2px black;
	padding: 0px;
	margin: 0px;
		text-align: left;

}

TH.stats_provize{
	 height:35px;
	 background-color:#663366;
	 font-size : 17px;
	 font-weight:bold;
	 padding-left:20px;
}

TR.stats_provize{
		height: 60px;
}


TD.stats_provize_sudy{
	text-align: center;
	vertical-align: top;
	background-color: #cc3366;
}

TD.stats_provize_lichy{
	text-align: center;
	vertical-align: top;
   background-color: #993366;
}


SPAN.textmin{
		font-size : 9px;
}


