<!--
td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #000000; 
}

h1, .h1 {
	font-weight: bold; 
	font-size: 14pt;
}
h2, .h2 {
	font-weight: bold; 
	font-size: 12pt;
}
h3, .h3 {
	font-weight: bold; 
	font-size: 10pt;
}

.newsheader {
	color: #681800;
	padding-top: 25px;
}

a, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

/* Padding for the center content */
.main {
	padding-left: 15px;
	padding-right: 15px;
}
.main-left {
}
.main-right {
	padding-right: 15px;
}
.quotee {
	font-size: 8pt;
	text-align: right;
}
.small {
	font-weight: normal; 
	font-size: 7pt;
}

/* Footer specific */
.footerbar {
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
}
a.footer, a.footer:visited {
	color: #ffffff;
	text-decoration: none;
}
a.footer:hover {
	color: #ffffff;
	text-decoration: underline;
}

-->