﻿body {
    font-size:100%;
    line-height:1.125em;
    font-family: georgia, serif;
	color: #000000;
}
.LargeHeadline {
    font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 51px;
	line-height: 44px;
	letter-spacing: -2px;
	font-weight: bold;
    }
 .MediumHeadline {
	font-size: 1.25em;
	margin: 10px 0 0 0;
	color: Gray;
} 
.Tagline {
	font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	} 
.CapsHeadline{
    font-family: georgia, serif;
    color: #737373;
    font-size: 2em;
    font-weight: bold;
    font-variant: small-caps;
    text-align: center;
    letter-spacing: 1.2pt;
    word-spacing: -4.4pt;
    line-height: 1.4;
} 
.bodytext p {
    font-size:0.875em;
}
.sidenote {
    font-size:0.75em;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	color: #444;
}
h2 {
	font-size: 1.5em;
	margin: 30px 0 0 0;
	color: #444;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	color: #444;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	color: #444;
}
/* BlockQuotes are set here */
blockquote {
    color: Black;
    padding: 1px;
    quotes: "\201C" "\201D";
    width: 75%;
    text-align: center;
    font-family: Georgia, serif;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.4em; 
    }
blockquote:before
{
    content: open-quote; 
    font-size:x-large; 
    font-weight: bold;
}
blockquote:after
{
    content: close-quote; 
    font-size:x-large; 
    font-weight: bold;
}
/* End BlockQuote Settings */

