/* for IE Win */

/* IEPNGFix */
img { behavior: url(/includes/iepngfix.htc); }

/* Columns */
.Cols { width: auto !important; }
.Gap { margin-right: 5%; }

/* replace base font with helvetica because of bad font handling on some older pcs */
body { font-family: arial, helvetica, verdana, sans-serif; }

/* Lists */
.LinkList li { background: url(/images/bullet.arrow.gif) 0 4px no-repeat; }
.LinkList li a { margin-left: 0; text-indent: -12px; } 

.CheckList li { background: url(/images/icon.checkmark.gif) 0 5px no-repeat; }

.PDFList li a { margin-left: 0; text-indent: -22px; }

/* IE5 hack for centering */
body { text-align: right; }

/* These rules not applied to IE 5.x PC */
#ChangeMe { voice-family: "\"}\""; voice-family: inherit; margin-top: 0px; } #Empty {  }
/* end hack */

/* fix for css3 transparency if needed in the future*/
/* .Transparent { filter: alpha(opacity=60); } */
