
<style>

A:link {
color: blue;
text-decoration: none;
}

A:visited {
color: red;
text-decoration: none;
}

A:hover {
color: green;
text-decoration: underline;
}

img.ad_image {
border: 4px solid blue
}
TD.ad_image {
border: 4px solid black
}


P {
background-color: white;
font: 'Times New Roman';
font-size: 12pt;
text-align: justify;
color: black;
text-indent: 35px;
line-height: 13pt
}

P.center {
text-align: center;
background-color: white;
font: 'Times New Roman';
font-size: 12pt;
color: black;
text-indent: 35px;
line-height: 13pt
}

.no_indent {
background-color: white;
font: 'Times New Roman';
font-size: 12pt;
text-align: justify;
color: black;
line-height: 13pt
}

.copyright {
font: 'Times New Roman';
font-size: 8pt;
color: black
}

h1 {
font: 'Times New Roman';
font-size: 24pt;
color: darkgreen;
text-align: center
}

h2 {
font: 'Times New Roman';
font-size: 16pt;
color: black;
font-style: italic
}

h3 {
font: 'Times New Roman';
font-size: 15pt;
color: black;
font-style: italic;
text-decoration: underline
}


.indexh1 {
font: 'Times New Roman';
font-size: 24pt;
color: darkgreen;
text-align: center
}
.indexh2 {
font: 'Times New Roman';
font-size: 15pt;
color: #0202A6;
}

blockquote.location {
font-weight: 600;
font-style: italic
}

blockquote.transportation {
font-weight: 600;
font-style: italic
}

td.eco_title {
font-size: 16pt;
font-weight: 600;
text-align: center;
text-decoration: underline;
line-height: 30pt
}

td.eco_subtitle {
font-size: 14pt;
font-weight: 500
}

td.eco_content {
font-size: 12pt;
vertical-align: top;
border: 1px
}

ol.eco_goals {
list-style-type: upper-alpha;
}


td.tran_content {
font-size: 12pt;
vertical-align: top;
border: 1px
}

ol.tran_policies {
list-style-type: upper-alpha;
}
