BODY{
   background-color: Silver;
   visible: false;
}

.backgroundColor{
   background-color: Silver;
   visible: false;
}	
	
.pressReleasesOddRow {
		background-color:#F9F9E6;
		visible:false;
	}
	
.pressReleasesOddRow .contentText A{
   color: #444444;
   text-decoration: underline;
}
	
.pressReleasesOddRow .contentText A:visited{
		color:#444444;
		text-decoration:none;
	}
	
.pressReleasesOddRow .contentText A:hover{
		color:#444444;
		text-decoration:underline;
	}

.pressReleasesEvenRow {
		background-color:#EDEDD7;
		visible:false;
	}
	
.pressReleasesEvenRow .contentText A{
		color:#444444;
		text-decoration:none;
	}
	
.pressReleasesEvenRow .contentText A:visited{
		color:#444444;
		text-decoration:none;
	}
	
.pressReleasesEvenRow .contentText A:hover{
	color: Gray;
	text-decoration: underline;
}		
	
.languageNote{
		color:#666666;
	}

.note{
		color:#333333;
	}

a:hover {
   color: Gray;
}

a:active {
   color: Gray;
}

a:link {
   color: #8D8D8D;
}

a:visited {
   color: Gray;
}




.GOLink{
	color: Olive;
}
	
GOLink A{
   color: Silver;
}

GOLink A:visited{
		color:#333333;
	}

.areaColorText{
   color: White;
   visible: false;
}
