h1 {
	text-align: right;
	color: #153b7a;
	font-family: times, 'times new roman', serif;
	font-weight: bold;
	font-size: 22px;
	margin: 0 5px 5px 0;
	clear: both;
}
* html h1 {
	margin-top: -5px;
}
h2, .title {
	color: #79212f;
	font-weight: bold;
	font-size: 18px;
}
h3, .subtitle{
	color: #79212f;
	font-weight: bold;
	font-size: 16px;
}
h4, .heading {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0;
}

#titlearea h2, #titlearea h3 {
	margin-top: 10px;
	margin-bottom: 0;
}
* html #titlearea img {
	margin-bottom: -5px;
}
p, ul, ol {
	font-size: 12px;
}

