@charset "utf-8";
#aboutTable {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
}
.border-bottom-dashed {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

a {
	color: #056ABA;
	text-decoration: underline;
}
a:hover {
	color: #F30010;
	text-decoration: underline;
}
#logo-print{ display:block}

/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
}
#contentLeft li {
	font-size: 11pt;

	color: #056BAD;
	font-weight: bold;
	margin-bottom: 0.75em;
}


#nav {
display:none;
}



#header{display:none;}

p {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color: #056ABA;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}
h1 {
	color: #0A5191;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
}


#footer p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	p
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#contentRight{display:none;}
#contact #contentRight{display:block;}