BODY {
	color: #3E6395;
	font-family :   Arial, Verdana, Helvetik,Tahoma ;;
	font-size: 8 pt;
	text-align: justify;
}
td {
	color : #3E6395;
	font-family : Arial, Verdana, Helvetik,Tahoma ;
	font-size :8pt;

}



/* **** styly pro odkazy ktera nema udanou classu**** */
td A, td A:ACTIVE, td A:LINK, td A:VISITED {
	color: #50647E;
	font-family :   Arial, Verdana, Helvetik,Tahoma ;;
	font-size : 8pt;
	text-decoration : none;
	font-weight : none;
	letter-spacing : 0px;
}

td A:HOVER {
	color: 000000;
	font-family :   Arial, Verdana, Helvetik,Tahoma ;;
	font-size : 8pt;
	text-decoration : none;
	font-weight : none;
	letter-spacing : 0px;
}



/* ***************** Formularove prvky ***************** */

input, textarea, select {
	font-family :   Arial, Verdana, Helvetik,Tahoma ;;
	font-size: 8pt; 
	letter-spacing:1; 
	border: solid 1px #CCCCCC; 
	color: #000000;  
	background-color: #FFFFFF;
}

input.checkbox {
	border: ;
	background-color:transparent;
}

input.submit {
	font-weight :bold ;
	border: solid 1px #FFF1E9; 
	color: #FFF1E9;  
	background-color: #EE6134;
}