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

.regular {
	font-family: "sorts-mill-goudy-1","sorts-mill-goudy-2", Times, Georgia, serif;
	font-weight: 500;
	font-style: normal;
}

.italic {
	font-family: "sorts-mill-goudy-1","sorts-mill-goudy-2", Times, Georgia, serif;
	font-weight: 500;
	font-style: italic;
}

p { 
	font-size:100%;
	line-height: 1.2em;
	margin: 1em inherit;
	}

.hero {
    font-family: 'genbasr';
    font-size: 2.2em;
    font-weight: bold;
    text-align: center;
    padding-top:5em;
    }

.subhero {
    font-family: 'genbasr';
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    padding-top:0.5em;
    }

.sig {
	font-size: 1.2em;
	font-style: italic;
}

@-webkit-keyframes pulse {
      0% {background-color: #E9EFF5;}
     25% {background-color: #C8D9DE;}
     50% {background-color: #E1FAFA;}
     75% {background-color: #E2E1FA;}
     100% {background-color: #C8CDDE;}
}
  
body {
	background-color:#E9EFF5;
	
    -webkit-animation: pulse 120s infinite alternate;
}

#content {
	width:520px;
	margin:0 auto;
	padding-top:5em;
	}

#signature-block {
	}
