/*normalni maly text*/
span.small
{
  font-weight:normal;
	font-size: 8pt;
}

span.smallbold
{
  font-weight:bold;
	font-size: 8pt;
}

span.normalbold
{
  font-weight:bold;
	font-size: 10pt;
}

span.normal
{
  font-weight:normal;
	font-size: 10pt;
}

span.bigbold
{
  font-weight:bold;
	font-size: 11pt;
}

span.big
{
  font-weight:normal;
	font-size: 10pt;
}


select.charVyznani
{
  width: 200px;
}

