@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: Myriad_normal;
	src: url('../fonts/MyriadRegular.otf');
}
@font-face {
	font-family: Myriad_light;
	src: url('../fonts/MyriadLight.otf');
}
@font-face {
	font-family: Myriad_normal_it;
	src: url('../fonts/MyriadPro-It.otf');
	font-style:normal;

}
@font-face {
	font-family: Myriad_light_it;
	src: url('../fonts/MyriadPro-LightIt.otf');
	font-style:normal;
}

.bold{
font-family:Myriad_normal, 'Myriad_normal', Helvetica, Arial, Georgia,Lucida Grande, Arial, Sans-Serif;
}