/*@font-face {
    font-family: 'utopiaregular';
    src: url('/fonts/utopia-regular-webfont.woff2') format('woff2'),
         url('/fonts/utopia-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'utopiasemibold';
    src: url('/fonts/utopia-semibold-webfont.woff2') format('woff2'),
         url('/fonts/utopia-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'avenirmedium';
    src: url('/fonts/avenir-medium-webfont.woff2') format('woff2'),
         url('/fonts/avenir-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'avenirheavy';
    src: url('/fonts/avenir-heavy-webfont.woff2') format('woff2'),
         url('/fonts/avenir-heavy-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}*/
body {
      font-family: Arial,Helvetica,sans-serif !important;
      /*color: #555759;*/
      font-weight: 700 !important;
      font-size:medium;
      background-color: #EEE;
      
    }
    body .title {
      /*font-family: Arial,Helvetica,sans-serif !important;*/
	  font-family: Conv_UtopiaStd-Regular !important;
      color: #666666;
      font-weight: 700 !important;
      background-color: #EEE;
    }