body {
	padding: 0px;
	margin: 0px;
	font-family: Geneva, Arial, Tahoma, Sans-Serif;
	color: black;
}	

h1 {
	color: #A60613;
	font-size: 24px;
	margin: 0px 0px 8px 0px;
	text-align: center;
}

h2 {
	color: #0E0B8D;
	font-size: 21px;
	margin: 0px 0px 8px 0px;
	text-align: center;
}

h3 {
	color: #A60613;
	font-size: 18px;
	margin: 0px 0px 8px 0px;
	text-align: center;
}

h4 {
	color: #0E0B8D;
	font-size: 16px;
	margin: 0px 0px 6px 0px;
	text-align: center;
}

p {
	font-size: 14px;
	font-weight: normal;
	line-height: 125%;
	margin: 0px 0px 12px 0px;
}

p strong {
	font-weight: bold;
	color: #A60613;
}

p emp {
	font-weight: bold;
	color: #0E0B8D;
	font-style: normal;
}

ul li, ol li {
	font-size: 14px;
	font-weight: normal;
	line-height: 125%;
	margin-bottom: 12px;
}

ul li strong, ol li strong {
	font-weight: bold;
	color: #A60613;
}

ul li emp, ol li emp {
	font-weight: bold;
	color: #0E0B8D;
	font-style: normal;
}

ul.emphasized li {
	font-size: 16px;
}

.caption {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
}

.boxheading {
	color: white; 
	font-weight: bold; 
	font-family: Arial, Tahoma, Sans-Serif; 
	font-size: 11px; 
	padding: 4px 2px 4px 2px;
}

a.hotlink img {
	border-color: blue;
}