/* CSS Document */

@font-face {
	font-family: 'nunitobold';
	src: url('../fonts/nunito-bold-webfont.eot');
	src: url('../fonts/nunito-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/nunito-bold-webfont.woff') format('woff'),
		 url('../fonts/nunito-bold-webfont.ttf') format('truetype'),
		 url('../fonts/nunito-bold-webfont.svg#nunitobold') format('svg');
	font-weight: 700;
	font-size:16px;
	color:#008163;
}

@font-face {
	font-family: 'nunitolight';
	src: url('../fonts/nunito-light-webfont.eot');
	src: url('../fonts/nunito-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/nunito-light-webfont.woff') format('woff'),
		 url('../fonts/nunito-light-webfont.ttf') format('truetype'),
		 url('../fonts/nunito-light-webfont.svg#nunitolight') format('svg');
	font-weight: 300;
	font-size:14px;

}

@font-face {
	font-family: 'nunitoregular';
	src: url('../fonts/nunito-regular-webfont.eot');
	src: url('../fonts/nunito-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/nunito-regular-webfont.woff') format('woff'),
		 url('../fonts/nunito-regular-webfont.ttf') format('truetype'),
		 url('../fonts/nunito-regular-webfont.svg#nunitoregular') format('svg');
	font-weight: normal;

}


body			{ font-family: nunitolight; font-size:16px;}
.vint			{ color:#27876B; font-weight:bold;}
h1, h2, h3, h4, h5, h6, p	{margin:0; padding:0;}


h1				{ font-family:nunitobold; font-size:18px; padding-top:20px;}

.nunitoS		{ font-family:nunitolight; font-size:14px;}
.nunitoM		{ font-family:nunitoregular; }
.nunitoL		{ font-family:nunitobold; }
a				{ color: #008163;}