body {
	background-color: #ffffff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 15px 0;
        text-decoration: none;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

/*folosesc <DIV class=text>*/
.text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
        color: #FFFFFF;	
}

/*folosesc <DIV class=text1>*/
.text1 {
        margin: 0;
	padding: 0 5px 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
        color: #D3D7D5;	
}

/*folosesc <DIV class=copyright>*/
.copyright {
        text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
        color: #D1122E;	
}


/*folosesc <DIV id=menu1>*/

#menu1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	text-align: justify;
        color: #A9D3BB;	
        text-align: center; 

}

#menu1 a:link {
margin: 0;
padding: 0 5px 0 25px;
background-color: #027934;
color: #A9D3BB;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 13px;
text-align: justify;
font-weight: bold
}

#menu1 a:visited {
margin: 0;
padding: 0 5px 0 25px;
background-color: #027934;
color: #A9D3BB;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 13px;
text-align: justify;
font-weight: bold
}

#menu1 a:hover {
margin: 0;
padding: 0 5px 0 25px;
background-color: #027934;
color: #9492CA;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 13px;
text-align: justify;
font-weight: bold
}
/*folosesc <DIV id=menu2>*/
#menu2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
        color: #FFFFFF;	
        text-align: left; 

}

#menu2 a:link {
background-color: #027934;
color: #FFFFFF;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
text-align: justify;
font-weight: bold
}

#menu2 a:visited {
background-color: #027934;
color: #FFFFFF;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
text-align: justify;
font-weight: bold
}

#menu2 a:hover {
background-color: #027934;
color: #D3D7D5;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
text-align: justify;
font-weight: bold
}