/* CSS Document */

@font-face {
    font-family: 'AktivGroteskWeb';
    font-weight: normal;
    font-style: normal;
    src: url('/templates/one/fonts/AG_Web_Rg.eot');
    src: local('AktivGroteskWeb'), 
		url('/templates/one/fonts/AG_Web_Rg.eot') format('embedded-opentype'),
		url('/templates/one/fonts/AG_Web_Rg.woff') format('woff'),
        url('/templates/one/fonts/AG_Web_Rg.ttf') format('truetype');
}

html { /*Firefox fix*/
	min-height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}
body {
	background-color:#eef1f4;
	border-top:#002c5e 6px solid;
	padding:0;
	margin:0;
}
body, p, td, th, input, textarea, select, h2, h3, h4, h5, h6 {
	font-family:'AktivGroteskWeb',Calibri,Arial;
	color:#333;
	line-height:140%;
	font-size:95%;
}
h1, h2, h3, h4, h5, h6, ul.menu li a {
	font-weight:normal;
}
h1 {
	margin:0;
	padding:0;
}
h2 {
	font-size:120%;	
	color:#039;
}
a { text-decoration:none; color:#219ce0; }
a:hover { color:#af221e; }
.layout {
	width:880px;
	background-color:#FFF;
	margin: 0 auto 0 auto;
	padding:20px;
}
