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

@font-face {
	font-family: 'VAGRoundedLight';
	src: url('fonts/vagrounded-light.eot');
	src: local('VAGRounded-Light'), local('VAGRounded'), url('fonts/vagrounded-light.woff') format('woff'), url('fonts/vagrounded-light.ttf') format('truetype'), url('fonts/vagrounded-light.svg#webfont') format('svg');
}

@font-face {
	font-family: 'VAGRoundedRegular';
	src: url('fonts/vagroundedbt-regular-webfont.eot');
	src: local('VAG Rounded'), local('VAGRoundedBT-Regular'), url('fonts/vagroundedbt-regular-webfont.woff') format('woff'), url('fonts/vagroundedbt-regular-webfont.ttf') format('truetype'), url('fonts/vagroundedbt-regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ------ s4c ------*/
div#s4c-head2 {
	font-size:1.28em;
	margin-bottom:0;
}
div#s4c-foot2 {
	font-size:1.28em;
}
div#s4c-lang a, div#s4c-lang a:visited, div#s4c-lang a:active {
	padding:2px 0;
}



/*----------------- Global-------------------------*/
	


body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:140%;
	font-size:62.5%;
	color:#303030;
}

p {
	margin-bottom:15px;
	line-height:140%;
	font-size:1.3em;
}
small {
	font-size: 0.8em;	
	line-height:110%;
}
ul {
	line-height:140%;
}
li {
	margin-bottom:10px;
}

dl {
	line-height:140%;
}
dt {
	margin:10px 0 4px 0;
	font-size:1.4em;
	font-family:'VAGRoundedRegular', Arial, Helvetica, sans-serif;

}
dd {
	margin:4px 0;
	font-size:1.2em;
}

.clear {
	clear:both;
}

img {
	border:0;
}

h1, h2, h3, h4 {
	font-family:'VAGRoundedRegular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:140%;
}
h2 {
	font-size: 2.2em;
	margin-bottom: 20px;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.3em;
}
a {
	color:#000;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover, a:focus, a:active {
	color:#dc1363;
	outline:none;
}

.footer {
	clear:both;
	width: 100%;
}

#s4c-foot2-content p {
	font-size:1em;	
}

/*--------- forms ------------*/
label {
	display:block;
}
form div {
	margin:6px 0;
}
textarea {
	border:1px solid #999;
	padding:5px;
}
input.text {
	border:1px solid #999;
	padding:5px;
	line-height:15px;
}
