/* Print CSS Document */
/* ----------- Supress Print Codes ---------- */
.noPrint {
display: none;
}
/* ---------- -^-^-^-^-^-^-^-^-^-^- --------- */

/* ---------- Set Defaults for Print -------- */
html. body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12pt;
color: #000000;
background-color: #FFFFFF;
margin: 0;
padding: 0;
}
/* ---------- -^-^-^-^-^-^-^-^-^-^- --------- */

/* ---- Print/Screen Display Control Area --- */
table.content { 
/*width: auto;*/
margin-left: 0px;
margin-right: 0px; 
border: none;
padding: 0px;
float: none;
}
/* ---------- -^-^-^-^-^-^-^-^-^-^- --------- */

/* ------------- Text Control ----------- */
h2 {
color: #000066;
font-size: 22pt;
}
p {
color: #000000;
}
.bigquote {
font-size: 14pt;
font-style:italic;
font-weight:bold;
}
.address {
font-size:10pt;
margin-left: 50px;
margin-Right: 60px;
}
.dkgreytitle {
font-weight:bold;
color:#333333;
font-size: 20pt;
font-family:Arial, Helvetica, sans-serif;
}
.dkgreysubt {
color:#333333;
font-size: 14pt;
font-family:Arial, Helvetica, sans-serif;
}
.greyblock {
color: #333333;
font-family:Arial, Helvetica, sans-serif;
text-align: justify;
font-size: 1.25em;
}
.spaced {
padding-bottom:4px;
}
.lefting {
float: left;
margin-right: 6px;
}
.indentBlock {
font-family:Arial, Helvetica, sans-serif;
text-align: left;
margin-left: 40px;
margin-right: 20px;
font-size: 14pt;
}
.indentBlockLink {
font-family:Arial, Helvetica, sans-serif;
text-align: left;
margin-left: 40px;
margin-right: 140px;
font-size: 14pt;
margin-bottom: 10px;
}
.imgctr {
margin-top: 5px;
margin-bottom: 15px;
}
.watitle {
font-weight:bold;
color: #000000;
font-size: 1.3em;
font-family:"Times New Roman", Times, serif;
/*text-align:center;*/
}

table.innerctr {
margin-left: auto;
margin-right: auto;
}

table.innerctr a:visited, table.innerctr a:link {
font-weight:bold;
text-decoration:underline;
color: #000000;
background-color: transparent;
}
/*
#bluehr {
color:#CCCCFF;
margin-left:10px;
margin-right:10px;
}
.grey1 {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 12px;
color:#333333;
margin-left:10px;
}

.grey2 {
font-family:Arial, Helvetica, sans-serif;
font-size: 10pt;
color:#333333;
margin-left:10px;
margin-right:10px;
text-align:justify;
}

.grey3 {
font-family:Arial, Helvetica, sans-serif;
font-size: 12pt;
color:#333333;
} */