/* begin style declaration */

body {
 display: block;
 color: black;
 background-color: #fffbec;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 text-align: left;
 line-height: 1.5;
 font-size: 8pt;
 margin: 1.5em;
 margin-top: 0.5em;
}
		
p {
 display: block;
 margin-bottom: 1em;
 margin-top: 0.5em;
}

p.nav, p.foot {
 color: #000060;
 text-align: center;
 font-variant: small-caps;
 font-weight: bold;
 margin-top: 0em;
}

p.foot {
 text-align: left;
 font-weight: normal;
}
	
table {
 display: table;
 font-size: 8pt;
 border: none;
 margin: none;
 padding: none;
 width: 100%;
 margin-bottom: 1em;
}

tr {
 display: table-row;
 vertical-align: top;
}
	
td {
 display: table-cell;
 vertical-align: top;
 font-size: 8pt;
 line-height: 1.5;
}

td.earpiece {
 display: table-cell;
 width: 160px;
 max-width: 160px;
 background-color: #08275d;
 text-align: center;
}

td.banner {
 display: table-cell;
 background-color: none;
 text-align: center;
}

td.nav {
 display: table-cell;
 width: 160px;
 background-color: #e1e8ff;
 padding-top: 1em;
}

td.copy {
 display: table-cell;
 background-color: none;
 padding-bottom: 1em;
 padding-left: 1em;
 padding-right: 2em;
}

img {
 display: inline;
 background-color: none;
 vertical-align: middle;
 border: none;
}

img.copy {
 display: inline;
 padding-top: 0.5em;
 padding-right: 0.5em;
 padding-bottom: 0.5em;
 vertical-align: top;
 float: left;
}
	   
h1 {
 display: inline;
 color: black;
 font-size: 11pt;
 font-weight: bold;
 font-variant: small-caps;
 clear: both;
 margin-bottom: 1em;
}

h2 {
 font-variant: small-caps;
 font-size: 8pt;
 font-weight: bold;
 clear: both;
 margin-bottom: 1em;
 margin-top: 0.5em;
}

em {
 display: inline;
 font-style: italic;
}

strong {
 display: inline;
 font-weight: bold;
}

ul {
 display: block;
 margin-bottom: none;
 list-style: disc;
}

ul ul {
 display: block;
 list-style: circle;
}

li {
 display: list-item;
}
	
a {
 display: inline;
 text-decoration: none;
 color: red;
}

/* pseudo-elements here */

a:link {
 display: inline;
 color: #000060;
 font-weight: bold;
}

a.nav:link {
 display: inline;
 color: red;
}

a:visited {
 display: inline;
 color: #000060;
}

a:hover {
 color: #FF3300;
}

/* end style declaration */