/*Typography.css*/
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	color: #ddd;
	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: normal; margin-bottom: 1em; margin-top: 1.5em;}
h1 {font-size:2.2em; margin-top: 0;}
h2 {font-size:1.8em;}
h3 {font-size:1.6em;}
h4 {font-size:1.4em;}
	.cufon-active h4 { /* for Cufon.replace('h1') */ font-size: 1.6em;}
h5 {font-size:1.2em;}
h6 {font-size:1.0em;}

h1#panoTitle { letter-spacing: 1em;}

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

.plain {list-style-type: none; margin-left: 0;}


.caps {text-transform: uppercase;}

ol li {padding-bottom: 1em;}

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;}

