/* CSS Document */


.main_title1 {
	display: block;
	padding: 0;
	margin: 10px 0 0 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}


.yellow_title {
	display: block;
	padding: 0;
	margin: 10px 0 0 0;
	color: #ffd41c;
	font-size: 11px;
	font-weight: bold;
}


.copyWhite11 {
	font-size: 11px; 
	line-height: 14px;
}

.trans_box2 {
  font-family:verdana;
  color:#ffffff;
  padding:40px;
  margin:30px;
  /*   border:solid 1px #555;  */

  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/fdc/images/bgs/header_red_bg.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(/fdc/images/bgs/header_red_bg.png);
}

