@charset "UTF-8";
body {
	background-color: #5a5b5e;
	background-image: url(images/InvestSite_background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}
.boldgrey {
	font-weight: bold;
	color: #6D6E71;
}
.grey {
	color: #6D6E71;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #009cea;
}
.blue {
	color: #00AEEF;
}
.error_red {
	font-weight: bold;
	color: #CC0000;
}
.bold {
	font-weight: bold;
}
.form {
	font-size: 10px;
}
.list {
	line-height: 22px;
}
.listbold {
	font-weight: bold;
	color: #000000;
	line-height: 22px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #009cea;
	text-decoration: underline;
}
a:active {
	color: #009cea;
	text-decoration: underline;
}
.caption {
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}
.formWhite {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.white {
	color: #FFFFFF;
}
.subhead_coloredbackground {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
