﻿@font-face {
    font-family: 'AachenRegular';
    src: url('/_includes/1-Global/MilesCcDefault/fonts/aachenbt-roman-webfont.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


.topnavLinkCell span {
	position: relative; /* hack that allows ClearType in IE8 on DXImageTransform */
}
#menuv a {
	position: relative; /* hack that allows ClearType in IE8 on DXImageTransform */
}
table.CalTabs {
	position: relative; /* hack that allows ClearType in IE8 on DXImageTransform */
}
#foot p {
	position: relative; /* hack that allows ClearType in IE8 on DXImageTransform */
}

/* NewsRelease.css hack (stored here for simplicity) THIS ONLY WORKS because ".rowStyleLinksBlock div" is not overwritten by NewsRelease.css */
.rowStyleLinksBlock a {
	position: relative; /* hack that allows ClearType in IE8 on DXImageTransform */
}

.alertEntryContent { position: relative; } /* hack that allows ClearType in IE8 on DXImageTransform */

.slideOverlay a {
       background: transparent;
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#AA555555,endColorstr=#AA555555);
       zoom: 1;
    } 
