.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.display {
	background: #999999;
	filter: alpha(opacity=85);
}
.prodText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.prodText:hover {
	color: #999999;
	text-decoration: underline;
}
.countries {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.countries:hover {
	color: #A9D046;
	text-decoration: none;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.backImage {
	background-image: url(/Int_Site/images/home/background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	letter-spacing: 1px;
}
.copyright:hover {
	color: #333333;
	text-decoration: underline;
}
ul {
	list-style-type: disc;
}
li {
	list-style-position: inside;
	vertical-align:top;
}

