@charset "UTF-8";
/* CSS Document */

a:link {
	color: #0076a3;
	text-decoration: none;
	border: 0;
	
}

a:visited { 
color: #0076a3;
	text-decoration: none;
	border: 0;

}
a:hover {
	color: #000;
	text-decoration: none;
	border: 0;
} 

.qhead {
	font-weight: bold;
	font-size: 14pt;
	color: #0076a3;
	text-decoration: none;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}


.footerLinkBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #777;
	text-decoration: none;
}

.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
	text-decoration: none;
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #666;
	text-decoration: none;
	text-align: left;
}

.bigcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #666;
}

.download-table {
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.download-table img {
	margin: 0px 7px 0px 7px;
	vertical-align: middle;
	display: inline;
}

.download-table td {
	border: 1px solid #ccc;
	padding: 8px;
	vertical-align: middle;
}

.text_container {
	padding-top: 25px;
}

h1 {
	font-family: sans-serif;
	font-size: 28px;
	color: #0f69a7;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
	margin: 0;
	text-align: left;
}

img {
	display: block;
}

.bb {
	border-bottom: 1px solid #d4d4d4;
}

