/*Typography.css*/
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	color: #626262;
	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.4; 
}
h1, h2, h3, h4, h5, h6 {font-weight: bold; margin-bottom: .75em; text-transform: uppercase; color: #625f5d;}
h1 {font-size:2.0em; margin-top: .5em;}
h2 {font-size:1.8em; margin-top: .5em;}
h3 {font-size:1.6em;}
h4 {font-size:1.4em;}
h5 {font-size:1.2em; color: #4098bd;}
h6 {font-size:1.1em; text-transform: none;}

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

.plain {list-style-type: none; margin-left: 0;}
.inline li {display: inline;  font-size: .95em;}

blockquote  {margin: 0 0 18px 18px; color: #666;}
strong {font-weight: bold;}
em     {font-style:italic;}

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