@charset "utf-8";

/* CSS Document */



/*

  Reset Style Defaults

*/



 /*Display HTML5 structural elements as blocks */



article, aside, figure, figcaption, footer, hgroup, header, section, nav {

	display: block;

}



/* Set the default page element styles */



body * {

	font-family: 'hedley-new-web', 'Lucida Grande', 'Lucida Sans', 'DejaVu Sans', Verdana, Arial, sans-serif;

	font-weight: inherit;

	margin: 0px;

	padding: 0px;

	vertical-align: baseline;

}

/* To keep IE from putting borders around image links*/

body a img {

	border: 0px;

}



/* To keep IE from making resized images look grainy*/

img { -ms-interpolation-mode: bicubic; }