/* Základní styly */
	BODY, P, DIV, TD, UL, OL {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #0A3A92;
	}
	A {
		font-weight : bold;		
		text-decoration: none;
		font-color: #4282F9;
		color: #4282F9;
	}
	A:ACTIVE, A:FOCUS, A:HOVER {
		font-color: #FFCC99;
		color: #FFCC99;
		font-weight : bold;		
		text-decoration: none;
	}
	TD.info {
        font-size: 12px;
		font-weight : bold;		
	}
	TD.sm {
        font-size: 10px;
		font-weight : bold;		
	}
	TD.sm {
        font-size: 10px;
		font-weight : bold;		
	}
	TD.nsm {
        font-size: 10px;
	}	
	TD.osm {
        font-size: 10px;
		font-weight : bold;	
		background-color: #FF8844;
	}
	TD.nosm {
        font-size: 10px;
		background-color: #FDE0CF;
	}
	TD.zsm {
        font-size: 10px;
		font-weight : bold;	
		background-color: #02A402;
	}
	TD.nzsm {
        font-size: 10px;
		background-color: #B8DDB8;
	}
	TD.msm {
        font-size: 10px;
		font-weight : bold;	
		background-color: #4282F9;
	}	
	TD.nmsm {
        font-size: 10px;
		background-color: #9FC0FC;
	}			
	.bl {
		color: #000000;
	}	
