body {
	background-image: url(images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-color: #89ACFD;
}
h2 {
	font-size: 14pt;
	color: #0099CC;
}
p {
	font-size: 14px;
	color: #000000;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
p, h2 {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.column_subs {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bolder;
	text-transform: uppercase;
	color: #042C66;
	padding-left: 14px;
}
hr {
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 5px;
	width: 90%;
}
.sub_headings_stock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}
.card_headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 7pt;
}


.note_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
