@font-face {
  font-family: 'MMCOFFICE-Bold';
  src: url('../fonts/MMC OFFICE Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MMC OFFICE Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MMC OFFICE Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MMC OFFICE Bold.svg#MMCOFFICE-Bold') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'MMCOFFICE-Regular';
  src: url('../fonts/MMC OFFICE Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MMC OFFICE Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MMC OFFICE Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MMC OFFICE Regular.svg#MMCOFFICE-Regular') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'MMCOFFICE-Medium';
  src: url('../fonts/MMC OFFICE Medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MMC OFFICE Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MMC OFFICE Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MMC OFFICE Medium.svg#MMCOFFICE-Medium') format('svg'); /* Legacy iOS */
}

a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: MMCOFFICE-Regular, Arial, Helvetica, sans-serif;
	color: #666666;
}

a:visited {
  color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:active {
	text-decoration: underline;
	color: #FF0000;
}
.bodybold {
font-family: MMCOFFICE-Bold, Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: none;
font-style: normal;
font-variant: normal;
}
.bodyboldred {
font-family: MMCOFFICE-Bold, Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #FF0000;
text-decoration: none;
font-style: normal;
font-variant: normal;
}



