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

@import url(http://fonts.googleapis.com/css?family=Bevan|Crimson+Text:regular,regularitalic,600,600italic);
.body-headline {
	font-family: 'Bevan', 'Arial black', arial, sans-serif;
	font-size: 48px;
	line-height:48px;
	color:#444444;
	margin-bottom: 0;  /* modified */
}

.body-ultraheadline {
	font-family: 'Bevan', 'Arial black', arial, sans-serif;
	font-size: 62px;
	line-height:62px;
	color:#444444;
}

.body-mediumheadline {
	font-family: 'Bevan', 'Arial black', arial, sans-serif;
	font-size: 39px;
	line-height:39px;
	color:#444444;

}

   .body-subheadline {
        font-family: 'Bevan', 'Arial black', arial, sans-serif;
        font-size: 24px;
		line-height:24px;
		color:#444444;
	    margin-bottom: 0;  /* modified */		
      }
	  
.body-nav {
	font-family: 'Bevan', 'Arial black', arial, sans-serif;
	font-size: 18px;
	color:#444444;
}
.body-copy {
	font-family: 'Crimson Text', Georgia, 'Times New Roman', Times, serif;
	font-size: 19px;
	line-height:22px;
	color:#444;
}
.body-copybold {
	font-family: 'Crimson Text', Georgia, 'Times New Roman', Times, serif;
	font-weight:600;
	font-size: 20px;
	line-height:22px;
	color:#444;
}
.body-legal {
	font-family: 'Crimson Text', Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	color:#666666;
}
 
a:link {
	color:#005599;
}
a:visited {
	color: #005599;
}
a:hover {
	color: #aa4466;
}
 
 
 
.nav_body a:link {
	color:#666666;
}

.nav_body a:visited {
	color: #666666;
}

.nav_body a:hover {
	text-decoration: none;
	color: #006699;
}
 
 