@charset "UTF-8";
@import "reset.css";

@import "forms.css" screen, projection, tv;
@import "screen.css" screen, projection, tv;

@media screen, projection, tv {
	@import "forms.css";
	@import "forms.ie.css";
	@import "screen.css";
	@import "screen.ie.css";
}

@font-face {
	font-family: 'Myriad Pro Custom';
	font-style: normal;
	font-weight: normal;
	src: url(MyriadPro-Regular.eot);
	src: local('MyriadPro-Regular'), local('Myriad Pro Regular'), local('Myriad Pro'), url(MyriadPro-Regular.otf) format('opentype');
}


@font-face {
	font-family: 'Myriad Pro Custom';
	font-style: italic;
	font-weight: normal;
	src: url(MyriadPro-It.eot);
	src: local('MyriadPro-It'), local('Myriad Pro Italic'), url(MyriadPro-It.otf) format('opentype');
}


@font-face {
	font-family: 'Myriad Pro Custom';
	font-style: normal;
	font-weight: bold;
	src: url(MyriadPro-Bold.eot);
	src: local('MyriadPro-Bold'), local('Myriad Pro Bold'), url(MyriadPro-Bold.otf) format('opentype');
}


@font-face {
	font-family: 'Myriad Pro Custom';
	font-style: italic;
	font-weight: bold;
	src: url(MyriadPro-BoldIt.eot);
	src: local('MyriadPro-BoldIt'), local('Myriad Pro Bold Italic'), url(MyriadPro-BoldIt.otf) format('opentype');
}