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

* { margin: 0;
	padding: 0;}
	
html * {max-height:1000000px;}
/*script to disable font boosting on Chrome */

article, aside, figure, footer, header, nav, section {
    display: block;
    margin: 0;
    padding: 0;}

ul, ol, dl { 
	padding: 0;
	margin: 0;}


a img {border: none; }

body {
	-webkit-text-size-adjust: 100%;
	margin: 0px;
	padding: 0px;
	font: 100%/1.4 "Helvetica Neue", Helvetica, Arial, Gotham, "sans-serif";
	color: #333;
	background-color: rgb(245,245,245);

	}


a.block {
    text-decoration:none;
    display:block;}

a:link {text-decoration: none;}

a:visited {text-decoration: none;}

p {font-size: 110%; padding-top:15px;}

h1  {font-size: 140%; padding:15px 0px 15px 0px; color:#069;  }
.text h1{font-size: 200%; padding:40px 0px 0px 0px; color:#069; }

h2 {font-size: 130%; padding-top:10px; }

.italic{font-style: italic; color:#666; }

.credit{font-size: 50%; color:#CCC;}

footer { width:940px; height:80px;background-color:#333;
	position: relative; clear: both;padding-left:40px;}


footer p{font-size: 100%; padding:20px 0px 0px 20px;  float:left; }
footer p a{  text-decoration: underline; color:#fff; }





/* easy access CSS  border-bottom: medium solid #333;
    border-top: medium solid #333;*/