@font-face {
    font-family: "Beton-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("webfonts/betonef-bold-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/betonef-bold-webfont.woff") format("woff"), url("webfonts/betonef-bold-webfont.ttf") format("truetype"), url("webfonts/betonef-bold-webfont.svg#betonef-boldregular") format("svg");
}
@font-face {
    font-family: "Beton-Demibold";
    font-style: normal;
    font-weight: normal;
    src: url("webfonts/betonef-demibold-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/betonef-demibold-webfont.woff") format("woff"), url("webfonts/betonef-demibold-webfont.ttf") format("truetype"), url("webfonts/betonef-demibold-webfont.svg#betonef-demiboldregular") format("svg");
}
@font-face {
    font-family: "Beton-Light";
    font-style: normal;
    font-weight: normal;
    src: url("webfonts/betonef-light-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/betonef-light-webfont.woff") format("woff"), url("webfonts/betonef-light-webfont.ttf") format("truetype"), url("webfonts/betonef-light-webfont.svg#betonef-lightregular") format("svg");
}

#Main {
/*
    Because of the complex width control only set width related settings here
*/
    width: 100%;
    max-width: 960px;
	color: #333333;
    font-family: 'Beton-Demibold';
    font-size: 17px ;
}

body{
	color: #333333;
    font-family: 'Beton-Demibold';
    font-size: 17px;
}
input{	
	color: #333333;
    font-family: 'Beton-Demibold';
    font-size: 17px;
	height: 22px;
}
button{
	font-family: 'Beton-Demibold';
    font-size: 17px;
}

.DateSelection-InputBox {
    width: 100px;
}
.PressRelease-NewsTitle {
    color: #424D56;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
    color: #424D56;
	text-decoration: underline;
}

.euButton {
	background-color: #53585B;
	color: #ffffff;
}
