/*Font Families Used*/
/*Fonts used accoss all the web-pages */
@font-face {
  font-family: 'crimson';
  src:url('/Content/fonts/crimson-roman-webfont.eot');/*IE Support Format Files*/
  src: url('/Content/fonts/crimson-roman-webfont.woff') format('opentype'), /* Modern Browsers */
       url('/Content/fonts/crimson-roman-webfont.eot?#iefix') format('embedded-opentype'), /* IE Compat Modes */
       url('/Content/fonts/crimson-roman-webfont.woff') format('woff'), /* Modern Browsers IE Edge */
       url('/Content/fonts/crimson-roman-webfont.woff') format('truetype'); /* mac-ios  */
  font-weight: normal;
  font-style: normal;
}
@font-face {
   font-family:'core_sans_a_35_lightregular';
   src:url('/Content/fonts/CoreSansA35-webfont.eot');/*IE Support Format Files*/
   src:url('/Content/fonts/CoreSansA35-webfont.woff') format('opentype'), /* Modern Browsers */
       url('/Content/fonts/CoreSansA35-webfont.eot?#iefix') format('embedded-opentype'),  /* IE Compat Modes */
       url('/Content/fonts/CoreSansA35-webfont.woff') format('woff'), /* Modern Browsers IE Edge */
       url('/Content/fonts/CoreSansA35-webfont.woff') format('truetype'); /* mac-ios  */   
  font-weight: normal;
  font-style:normal;
}
/*End*/