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

ul,ol,dl,td,th,caption,pre,p,blockquote,input,textarea {
	line-height:1.4; 
}
h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, sans-serif; font-weight: normal; margin-bottom: .5em; color: #19437b; margin-top: 1em;}
h1 {font-size:2.4em;}
h2 {font-size:2.2em;}
h3 {font-size:1.8em;}
h4 {font-size:1.6em;font-weight: bold; font-family: Helvetica, Arial, sans-serif;}
h5 {font-size:1.2em;font-weight: bold; font-family: Helvetica, Arial, sans-serif;}
h6 {font-size:1em;font-weight: bold; font-family: Helvetica, Arial, sans-serif;}

#main h1:first-child, #main h2:first-child, #main h3:first-child {margin-top: 0;}

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


blockquote  {}
strong {font-weight: bold;}
em     {font-style:italic;}

sup {
	vertical-align: baseline;
	font-size: 0.6em;
	position: relative;
	top: -0.6em;
}
