/* CSS Document */

#over480 {
	text-align: center;
}

.note {
	font-size: 0.9em;
	font-style: italic;
}

.hd {
	font-size: 1.1em;
	font-weight: bold !important;
}

.tblContent {
	max-width: 800px;
}

.tdImg {
	vertical-align: top;
	width: 255px;
}

.tdTxt {
	vertical-align: top;
	padding-left: 20px;
	text-align: left;
}

/* For IE */
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 	.hd {
		font-family: Arial;
		font-size: 1em;
	 }
	 
	 strong {
		 font-family: Arial;
		 color: #333333 !important;
	 }
 }

@media screen and (min-width: 640px), screen\9 {
  	.hd {
		font-family: Arial;
		font-size: 1em;
	 }
	
	strong {
		 font-family: Arial;
		color: #333333 !important;
	 }
 }

/* End For IE */

