/* CSS Document */
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #FF9900;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.txtnoir11 { 
	color:#000000; 
	font-size:10px; 
	}

.txtnoir12 { 
	color:#000000; 
	font-size:12px; 
	}
	
a { 
	color:#FFFFFF; 
	text-decoration:underline; 
	}


a.noir { 
	color:#000000; 
	text-decoration:underline; 
	}
a.orange { 
	color:#E94D00; 
	text-decoration:none;
	font-weight:bold;  
	}	

.txt16 { 
	font-size:16px; 
	font-weight:bold; 

	}
	
.txt14 { 
	font-size:14px; 
	font-weight:bold; 
	}