/*---------------------Copy------------------------------*/
.copy{
	color: #9C9C9C;
	font-weight:normal;
	font-family: tahoma;
	font-size:12px;
	text-decoration:none;
	text-transform: uppercase;

}
.copyR{
	color: #9C9C9C;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}
.copyR:hover{
	color: #FFFFFF;
	text-decoration:underline;
	}
/*---------------------End Copy------------------------------*/

/*---------------------Lang------------------------------*/
.lang {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color: #80839A;
	text-decoration:none
}
.lang:hover {
	color: #FFFFFF;
}

/*---------------------End Lang------------------------------*/
/*---------------------Menu_home------------------------------*/

.intro_bt {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #010735;
	padding:5 7 5 8;
}
.intro_bt:hover {
	background-color: #000000;
}
/*---------------------End Menu_home------------------------------*/

.text_intro{
	font-family: tahoma;
	font-size: 11px;
	color: #29295A;
	text-decoration: none;
	line-height: 18px;
}
.text_intro:hover{
	text-decoration: underline;
}.text_intro1{
	font-family: tahoma;
	font-size: 11px;
	color: #29295A;
	text-decoration: underline;
	line-height: 18px;
}
.text_intro1:hover{
	text-decoration: none;
}