td img {display: block;}
.body {
	background-image: url(../images/css_bg_body.png);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;	
	
}
a{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;	
}
a:hover{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;	
}

a.meniu{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;	
}
a.meniu:hover{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;	
}

.sub_meniu {
	background-image: url(../images/css_sub_meniu.png);
	background-repeat: repeat-y;
}

.mic{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
}
a.mic{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}	
a.mic:hover{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}	

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}


input.buton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	background-color: #CCCCCC;
	border: #CCCCCC;
	cursor: hand; 
}

textarea.text {
    font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 11px;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
}

input.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 10px;
	background-color: #FFFFFF;
	border-color: #CCCCCC;	
	}
select.text2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px; 
color: #000000;
background-color: #FFFFFF;
border-color: #CCCCCC; 
margin: 0;
}