
/*reset*/

	/*typography*/

	html {
	height:100%;
	}


	body {
		font-family: 'GoodOT-Book', Verdana, sans-serif;
		font-weight: normal;
		color:#000;
		-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p {
		padding:0;
		margin:0;
		font-weight:normal;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.2;
	}

	/*links*/
	a {
		color:inherit;
		text-decoration: none;
	}

	/*lists*/
	ul {
		margin:0;
		padding:0;
		list-style-type: none;
	}
	ol {
		padding:0;
		margin: 0;
	}

	/*IE img fix*/

	img {
		border:0;
	}

	img.imgLink,
	.navTop .imgLink, 
	li a img.imgLink.iconSocialPNG,
	a.colorGreenMedium div.buttonTransparentBackground h3 img.imgLink.arrowButton,
	div.regionBaseDeep div.moduleImageStreamBase a.itemLightbox img.imgLink,
	div.moduleTextFooterContainer ul.listHorizontal.listIconSocial li a img.imgLink {
		color:transparent;
		border:0;	
	}

	.imgLink:hover {
		color:transparent;
		border:0;
	}

	/*figure*/

	figure {
		margin:0;
	}

	/*main for browsers that don't recognize main*/
	main {
		display: block;
	}