@font-face {
	font-family: ShellMedium;
	src: url('../../shell/fonts/ShellMedium.eot');
	src: local(ShellMedium), url('../../shell/fonts/ShellMedium.woff') format('woff'), url('../../shell/fonts/ShellMedium.ttf') format('truetype');
}

@font-face {
	font-family: ShellHeavy;
	src: url('../../shell/fonts/ShellHeavy.eot');
	src: local(ShellHeavy), url('../../shell/fonts/ShellHeavy.woff') format('woff'), url('../../shell/fonts/ShellHeavy.ttf') format('truetype');
}

@font-face {
	font-family: ShellBold;
	src: url('../../shell/fonts/ShellBold.eot');
	src: local(ShellBold), url('../../shell/fonts/ShellBold.woff') format('woff'), url('../../shell/fonts/ShellBold.ttf') format('truetype');
}

.shellRed {
    color: #dd1d21;
}

.headerGreyText {
    color: #595959
}

.bodyGreyText {
	color: #7f7f7f;
}

.boldText {
    font-size: 51px;
    font-family: "ShellBold", monospace;
}

.mediumText {
    font-size: 21px;;
    font-family: "ShellMedium", monospace;
}

.languageSelectionBox {
	padding: 10px;
	border: 2px solid #7f7f7f;
	font-size: 28px;
}