/* Typography Style #8 */
/* (START) */
body {
	color: #666;
	font-family: tahoma, sans-serif;
}
h1 {
	font-size: 36px;
	padding: 5px 10px;
	text-align: center;
	color: #7d7900;
	letter-spacing: -1px;
	font-weight: bold;
}
h2 {
	font-size: 24px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	background: #eeefff;
	border: 1px solid #ccc;
	color: 7d7900;
}
h3 {
	font-size: 21px;
	padding: 10px 0;
	text-align: center;
	font-weight: normal;
	color: #7d7900;
}
h4 {
	font-size: 18px;
	padding: 10px 0;
	text-align: center;	
	font-weight: normal;
}
p {
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #666;
	padding: 5px 20px;
}
strong {
	font-weight: bold;
	color: #444444;
}
em {
	background: #f6fc94;
	padding: 5px;
}
a {
	font-weight: bold;
}
h5/* (END) */
 {
	font-size: 16px;
	padding: 0px 0px;
	text-align: center;
	color: #898500;
	letter-spacing: 0px;
	font-weight: bold;
}
h1b {
	font-size: 36px;
	padding: 5px 10px;
	text-align: center;
	color: #1d6bb4;
	letter-spacing: -1px;
	font-weight: bold;
}
h6 {
	font-size: 36px;
	text-align: center;
	color: #7d7900;
	font-weight: bold;
}
