
/*typography*/
body, ol, ul, li, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	color: #335C9D;
	font-style:italic;
	margin-bottom: .1em auto .1em auto;
	}
	
.specialadmin {
	color: #339966;
	}
	
h1 {
	font-size: 210%;
	font-weight: bold;
	}
	
h2 {
	font-size: 150%;
	/*font-weight: bold;*/
	}
	
h3 {
	font-size: 130%;
	font-weight: bold;
	}
	
h4 {
	font-size: 130%;
	font-weight: bold;
	}
	
h5 {
	font-size: 100%;
	font-weight: bold;
	}
	
h6 {
	font-size: 100%;
	font-weight: bold;
	}
	
ol, ul, li {
	font-size: 100%;
	line-height: 120%;
	}
	
p {
	font-size: 100%;
	line-height: 120%;
	}
	
strong, b {
	font-weight: bold;
	}
	
.narrow{
	line-height: 140%;
	}
