body {
	margin: 0;
	padding: 0;
	font-family: Times New Roman, Times, serif;
	font-size: 11pt;
	color: #000;
	background-color: #fff;
	text-align: left;
	}
#outer {
    width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color:#fff;
	background-image:none;
	}
#wrap {
    width:100%;
	background-image:none;
	padding: 12px 20px 0;
	}
#footer {
    width: 100%;
	padding: 20px 50px 0;
	}
#footer p {
    margin: 0;
	padding: 0;
	color:#666;
	font-size:9pt;
	}
#footer a {
    color:#666;
	text-decoration:underline;
	font-weight:normal;
	}
#banner, #nav {display: none}
#banner4print {
	text-align:center;
	}
#content {
    margin: 30px 0 50px;
	}
.endclear {display: none}
		
/*typography*/
a {
	text-decoration: underline;
	font-weight: normal;
	color:#009; /* blue */
	}
a:link {
	}
a:visited {
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
    color: #2E3092; /* blue */
	font-style:italic;
	}
h2 {
	font-size: 1.8em;
	margin: 0 0 1.2em 0;
	font-weight: normal;
	font-style:italic;
    color: #801618; /* dark red */
	}
h3 {
	font-size: 1.4em;
	margin: 1.4em 0em 1.2em 0em;
	font-weight: normal;
    color: #801618; /* dark red */
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 1.2em;
	margin-bottom: 1.2em; 
	}
li {
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	}
strong, b {
	font-weight: bold;
	}
.photoCentered {
    text-align:center;
	font-style:italic;
	line-height:1.2em;
	}
.photoFloatLeft {
    float:left;
	margin:0.6em 10px 4em 0;
	}
.photoFloatRight {
    float:right;
	margin:0 0 10px 10px;
	}
table {
    margin: 1.5em 0;
	width: 100%; /* optional */
    border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-collapse: collapse;
	}
caption {
    font-weight: bold;
	font-size: 1.1em;
    text-align: center;
	}
th {
    text-align: center;
	padding: 0.3em 0.4em;
	font-size: 1.0em;
	}
th.th-left {
    text-align: left;
	}
td {
    padding: 0.3em 0.4em;
	font-size: 1.0em;
	}
th, td {
    border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
.logos {
    text-align:center;
	margin:2.5em 0;
	}
.marginL50 {margin-left:50px}