/*=========================================================FAMILIIES
*/
body{
font-family:"Garamond Premiere Pro", Garamond;
font-size:12px;
}
h1,h2,h3,h4,h5,h6 { 
font-size:100%; 
font-weight:normal;
font-family:"Garamond Premiere Pro", Garamond;
} 
p, ul li{line-height: 22px;}
/*=========================================================HEADINGS
*/
h1 {
	font-size: 42px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 19px;
}
h6 {
	font-size: 17px;
}
/*=========================================================SPACING
*/
ol {
	list-style: decimal;
}
ul {
	list-style: square;
}
li {
	margin-left: 30px;
}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset, img, iframe {
	margin-bottom: 10px;
}