/*Typography.css*/
body {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	text-align: center;
	position: relative;
	color: #666;
	font-size: 75% /* sets default paragraph font to 12px on most browsers */
}

ul,ol,dl,td,th,caption,pre,p,blockquote,input,textarea {
	line-height:1.8; 
}
h1, h2, h3, h4, h5, h6 {font-weight: bold; margin-bottom: 1em; margin-top: .5em; color: #333;}
h1 {font-size:2.8em; margin-top: 0;}
h2 {font-size:2.4em;}
h3 {font-size:1.8em;}
h4 {font-size:1.4em; color: #00355b; font-weight: normal;}
h5 {font-size:1.2em;}
h6 {font-size:1.0em;}


p {	margin-bottom: .75em;}
ul {list-style-type:disc; }
ol {list-style-type:decimal;}
ul, ol {margin-left: 2em; margin-bottom: .75em;}

ul.inside {list-style-position:inside;}
ul.plain, ol.plain {list-style-type: none; margin-left: 0;}

ul li {padding-left: 0;}

.caps {text-transform: uppercase;}
.smcaps {font-variant: small-caps;}

blockquote  {padding: 0 1em; width: 90%; border-left: 1px solid #666; border-right: 1px solid #666; color: #999; margin: 2em 1em;}
strong {font-weight: bold;}
em     {font-style:italic;}

