@font-face {
	font-family: 'afitFont';
	src: url('../fonts/webfont.eot'); /* IE9 Compat Modes */
	src: url('../fonts/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/webfont.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
	}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'BookmanRegular';
    src: url('../fonts/bos-regular.eot');
    src: url('../fonts/bos-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bos-regular.woff') format('woff'),
         url('../fonts/bos-regular.ttf') format('truetype'),
         url('../fonts/bos-regular.svg#BookmanRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'BookmanBold';
    src: url('../fonts/bos-bold.eot');
    src: url('../fonts/bos-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bos-bold.woff') format('woff'),
         url('../fonts/bos-bold.ttf') format('truetype'),
         url('../fonts/bos-bold.svg#BookmanBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ConfigSans';
    src: url('../fonts/ConfigCondensed/ConfigCondensed-Light.eot');
    src: url('../fonts/ConfigCondensed/ConfigCondensed-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ConfigCondensed/ConfigCondensed-Light.woff') format('woff'),
         url('../fonts/ConfigCondensed/ConfigCondensed-Light.ttf') format('truetype'),
         url('../fonts/ConfigCondensed/ConfigCondensed-Light.svg#ConfigSans') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Kristopher';
    src: url('../fonts/Kristopher/Kristopher-Regular.eot');
    src: url('../fonts/Kristopher/Kristopher-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Kristopher/Kristopher-Regular.woff') format('woff'),
         url('../fonts/Kristopher/Kristopher-Regular.ttf') format('truetype'),
         url('../fonts/Kristopher/Kristopher-Regular.svg#Kristopher-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ModernaSans';
    src: url('../fonts/ModernaSansLight/ModernaSans-Light.eot');
    src: url('../fonts/ModernaSansLight/ModernaSans-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ModernaSansLight/ModernaSans-Light.woff') format('woff'),
         url('../fonts/ModernaSansLight/ModernaSans-Light.ttf') format('truetype'),
         url('../fonts/ModernaSansLight/ModernaSans-Light.svg#ModernaSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
.use_afitFont{
	font-family:'afitFont', Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.use_Bookman{
	font-family: "BookmanRegular","Courier New", Courier, monospace;
	/*text-transform: uppercase;*/
}
.use_ConfigSans{
	font-family: "ConfigSans",Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.use_Kristopher{
	font-family: "Kristopher","Courier New", Courier, monospace;
}
.use_ModernaSans{
	font-family: "ModernaSans",Verdana, Geneva, Arial, Helvetica, sans-serif;
}


.use_Plain{
	font-family: sans-serif;
	text-transform:none;
}
.use_noTT{
	text-transform: none !important;
}