﻿body
{
    font-family: Georgia, serif;
      font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.45em;
}



.LargeHeadline {
    font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0;
	padding: 10px 0px 10px 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;
} 

.sidenote {
    font-size:0.75em;
}

.ColumnHeadings {
margin: 0px;
font-style:italic;

}



a:focus
{
    outline: 1px dotted;
}
hr
{
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}
h1
{
    font-family: Georgia, serif;
    font-size: 44px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: -3px;
    line-height: 1.2em;
    text-align:center;
}
h2
{
    font-family: Georgia, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.2em;
    text-align:center;
}

h3
{
    font-family: Georgia, serif;
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.2em;
    text-align:center;
}
h4
{
    font-family: Georgia, serif;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.4em;
    text-align:center;
}
h5
{
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.5em;
}
h6
{
    font-family: Georgia, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.7em;
}
ol
{
    list-style: decimal;
}
ul
{
    list-style: disc;
}
li
{
    margin-left: 30px;
}
dl, h1, h2, h3, h4, h5, h6, ol, ul, pre, address, fieldset
{
    margin-bottom: 20px;
}

p {
	margin-bottom: 10px;
	padding:0 10px 0 10px;
	
}

