}
.menu {
	cursor: pointer;
	margin-bottom: 5px;
	background-color: #c2c9c7;
	color: #336666;
	width: 140px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.submenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FF0;
}
a:link {
	text-decoration: none;
	color: #FF0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #FF0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #033;
	background-color: #FFC;
}

a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #186FD0;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #033;
	font-weight: normal;
}
.txt_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #033;
	font-weight: normal;
	text-align: left;
}

.txt_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0;
	font-weight: normal;
	background-color: #033;
}

.txt_titlu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #033;
	font-weight: bold;
	text-align: center;
}
.txt_j_in {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #033;
	font-weight: normal;
	text-align: justify;
	text-indent: 30px;
}
.txt_titlu_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #033;
	font-weight: bold;
	text-align: left;
	text-indent: 50px;
}
.txt_titlu_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #033;
	font-weight: bold;
	text-align: left;
	text-indent: 50px;
	font-style: italic;
}



body {
	background-color: #FFC;
	margin-top: 0px;
}
