/* 
   css Copyright (c) 2005-2007 by Karelia Software. All rights reserved.
   css released under Creative Commons License 
        - http://creativecommons.org/licenses/by-sa/2.5/ 
   All associated graphics belong to their respective owners 
        and are licensed separately. 
*/

a img { border: none; }

 /* General styles  */

.clear {
	clear: both;
	height: 0;
}

.hidden  {
    display:none;
}

/* Images embedded in text.  "narrow" are 200 pixels wide or smaller. */
img.narrow {
	display: block;
	clear: right;
    float: right;
}
img.wide {
	clear: both;
	display:block;
}

/* Block Level formatting, more or less in descending order */

body {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	margin: 0;
	background: #000000;
    word-wrap: break-word;
	color: #bfc6ca;
}

h4, h5, h6 {
	font-size: 100%;
	margin: 0em 0em 0.8em 0em;
}

#page {
    margin: auto;
    width: 771px;
    background: #000000 url(background.png) repeat-y;
}

#page-top {
    margin:0;
    margin-left: 17px;
    margin-right: 23px;
	border-top: 1px solid #7a7a7a;
	background: url(new_header_bkgd.png) no-repeat;
}

#title {
    padding-top: 2px;
	
}

h1 {
    font-size: 2.9em;
    text-align: left;
    margin: 10px 25px 4px 25px;
    display: block;
    font-weight:normal;
	text-shadow: 0px -1.5px 0px black;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html h1 {
    height: 1%;
}
/* End hide from IE5-mac */

h1 a {
    text-decoration:none;
    color: #bfc6ca;
}

h1 a:hover, h1 a:focus, h1 a:active {
    border-bottom: 1px solid #bfc6ca;
}

#title img {
    float: left;
    margin: 3px;
    margin-right: 10px;
    z-index:100;
    overflow: scroll;
}

#title p {
    font-size: 0.9em;
    text-align: left;
    margin: 0px 25px 14px 25px;
	font-style: italic;
	text-shadow: 0px -1px 0px black;
}

/* IE Hack */
/* Hides from IE5-mac \*/
* html #title p {
    height: 1%;
}
/* End hide from IE5-mac */


/* BANNER HANDLING */

body.has-custom-banner #page-top {
	background-position: center top;
	background-repeat: no-repeat;
}

body.has-custom-banner h1 {
	margin-top: 32px;
}

body.has-custom-banner #title {
	height: 158px;
}

* html body.has-custom-banner #title {
	height: 144px;
	padding: 10px;
}

body.has-custom-banner #title h1, body.has-custom-banner #title h1 a, body.has-custom-banner #title p {
	color: #fff;
	font-weight: bold;
}



/* SITEMENU */

#sitemenu-container {
    clear:both;
}

#sitemenu {
    background: rgb(0, 0, 0) url(links_bkgd.png) repeat-x;
    min-height: 60px;
/*    border-top: 1px solid rgb(97, 97, 97);#585858; */
/*    border-bottom: 1px solid rgb(97, 97, 97); */
	border-left: 1px solid rgb(97, 97, 97);/*#525252;*/
	border-right: 1px solid rgb(97, 97, 97);/*#525252;*/
	overflow: hidden;
}

#sitemenu-content ul {
    text-align: center;
    padding: 2px 0px 0px 0px;
	margin: 0 10px auto 10px;
	overflow: hidden;
	line-height: 200%;
}

#sitemenu-content li {
    margin: -1px 5px 0px 0px;
    padding: 2px 5px 4px 8px;
	display:inline;
	font-size: 1.1em;
}


#sitemenu-content a{
    text-decoration: none;
    color: white;
    text-shadow: 0px 1.5px 2px black;
}

#sitemenu-content a:hover {
	text-decoration: underline;
}

#sitemenu-content li.currentPage, #sitemenu-content li.currentParent {
	background: rgb(97, 97, 97); /*url(links_bkgd_current.png) top repeat-x;*/
	color: white;
    text-shadow: 0px 1.5px 2px black;

    border-top: 1px solid rgb(77, 77, 77);
    border-left: 1px solid rgb(77, 77, 87);
    border-right: 1px solid rgb(107, 107, 107);
    border-bottom: 1px solid rgb(107, 107, 107);
}

#page-content {
    width: 731px;
    margin: auto;
    clear: both;
}

body.no-sidebar #page-content {
    width: 726px;
}

#page-content a, #page-bottom a  {
    color: #bfc6ca;
    text-decoration: underline;
}

#page-content a:hover, #page-content a:focus, #page-content a:active, #page-bottom a:hover, #page-bottom a:focus, #page-bottom a:active {
    color: #000000;
}

#page .imageLink {
	border: 0px none;
}

#sidebar {
	margin-top: 8px;
    float: left;
    width: 200px;
	padding-right: 5px;
	margin-right: 5px;
    word-wrap: break-word;
    font-size: 0.8em;
	background: url(sidebar_bkgd.png) top right repeat-y;
}

#sidebar p {
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
}

.pagelet {
    width:200px;
    word-wrap:break-word;
    overflow:hidden;
}

.callout .pagelet {
	padding:5px;
}

.callout .pagelet.bordered {
	background: #343434;	
}

.pagelet h4, .pagelet h5, .pagelet h6 {
    margin: 0px 3px 6px 3px;
	padding-top:14px;
    font-weight: normal;
    font-size: 1.3em;
    text-shadow: 0px -1px 1px #343434;
	border-bottom: 1px solid #3f3f3f;
	padding-bottom: 4px;
    text-align: center;
}

.pagelet.bordered h4 {
	border-bottom-color: rgb(158,158,158);
}

#main {
    min-height: 190px;
}

/* photo-page, html-page (in some cases), iframe-page don't have sidebar */
body.no-sidebar #main {
    margin-left: 8px;
    margin-right: 13px;
    font-size: 1em;
}

/* Most other pages have sidebars */
body.allow-sidebar #main {
    margin-right: 10px;
    float: right;
    width: 490px;
    font-size: 1em;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html .body.allow-sidebar #main {
    margin:0;
    padding:0;
    margin-right: 2px;
    width: 513px;
}
/* End hide from IE5-mac */

/* IE5/Mac Love */
* html>body.allow-sidebar #main {
	width: 470px;
}


.has-photo-navigation h2 {
	min-height:23px;
	padding-right:0px;
}

h2 {
    display: block;
    font-weight: normal;
    text-shadow: 0px -1px 1px #343434;
   
    padding-left: 15px;
    padding-top: 13px;
    padding-bottom: 0px;
    margin: 0px -7px;
    border-bottom: 1px solid #3f3f3f;
}


/* Hides from IE5-mac \*/
* html h2 {
    height: 30px;
    margin-right: -15px;
    margin-top: -15px;
}
/* End hide from IE5-mac */

#main ul, #sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 5px;
}

li ul {
	padding-top:8px!important;
}

#main ul li, #sidebar ul li {
    padding-left: 25px;
    background: url(bullet.png) no-repeat;
    padding-bottom: 6px;
	padding-top:2px;
}

ol {
	padding-left: 25px;
}

dd {
	margin-left: 25px;
}

.article, .no-callouts {
	margin:0px 10px 10px 10px!important;
	overflow: auto;
	padding-bottom: 6px;
	border-bottom: 1px solid #3f3f3f;
}

.article h3 {
     padding: 5px;
     color: black;
     text-shadow: 0px -1px 1px #343434;
     font-weight: normal;
}

/* remove excessive spacing if the heading is used in a collection index */
li h3 {
	margin:0px;
}



.imageLink {
	border: 0px none;
}

.article img {
    border: none;
}

.article img.narrow{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.article-thumbnail {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.callout {
    float: right;
    margin: 10px;
    margin-right: 0px;
    border: 1px solid rgb(158, 158, 158);
}

.callout li, #sidebar li {
    background: url(bullet.png) no-repeat !important;
}

.callout h4 {
    font-weight: normal !important;
    font-size: 1.1em !important;
}

#page-bottom {
    background: url(footer.png) no-repeat ;
    font-size: 1em;
    text-shadow: 0px -1px 1px #090909;
    color: #b3b9bd;
    height: 33px;
	padding: 11px 30px 0px 30px; 
}

#page-bottom div {
	overflow:hidden;
	height:20px;
}

#page-bottom p {
	display:inline;
}

#page-bottom p+p:before {
	content: ' \002022  ';
}

div.photo-viewer-summary .article {
    margin: auto;
}

.HTMLElement {
    margin-bottom: 10px;
}

.ImageElement, .VideoElement {
    text-align: center;
	padding-top:20px;
}


.caption {
    padding: 10px;
}

/* Used on Photo Grid Pages ... */

.photogrid-index {
    text-align: center;
    margin: 10px;
    padding: 5px;
    overflow: auto;
    width: 480px;
}

body.no-sidebar .photogrid-index {
	width: 634px;
	margin-left:33px;
}

* html body.no-sidebar .photogrid-index {
	width:652px!important;
}

/* IE:Mac Hackery */
/*\*//*/
.photogrid-index { 
	margin-right:0px;
}
/**/

.photogrid-index a {
	color:#000;
	text-decoration:none;
	border:0px!important;
}

.photogrid-index a:hover {
	text-decoration:underline;
}

.gridItem {
    float: left;
    position:relative;
    width:152px;
    height:192px;	/* room for caption */
    overflow: hidden;
    margin: 3px;
    padding-top: 6px;
}

.gridItem h3 {
    font-size:1em;
    font-weight:normal;
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 7px;
    height: 33px;
    overflow: hidden;
    position:absolute;
	top: 144px; /* needs to leave 38px from the bottom of the gridItem */
	width: 136px;
}


.gridItem img {
    border: 1px solid rgb(80, 80, 80);
    margin: auto;
    display:block;
    position: absolute;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
}

* html .gridItem img {
	position: relative;
	top:6px;
}

/* IE Hack */
/* Hides from IE5-mac \*/


* html .gridItem h3 {
	position: relative;
	top: 0px;
}

/* End hide from IE5-mac */


/* Used on index summary pages */
.listing-index li h3 a {
    font-weight:normal;
}


/* make linked lists look less blue */
li a {
	text-decoration:none;
}

li a:hover {
	text-decoration:underline;
}

/* Individual Photo Pages */

.photo-navigation {
    position: relative;
    z-index: 100;
    height: 3px;
    padding:0px;
}

/* Hides from IE5-mac \*/
* html .photo-navigation {
    margin-top: 2px;
}
/* End hide from IE5-mac */

.photo-navigation a:active {
    border: none;
}

#previous-photo	{
    width: 35px;
    height: 35px;
    background: url(photo-buttons-disabled.png)		no-repeat;
    position: absolute;
    left: 594px;
    margin-top: -42px;
    text-indent: -5000em;
}

.allow-sidebar #previous-photo {
	left:384px;
}


#previous-photo a {
    width: 35px;
    height: 35px;
    display: block;
    background: url(photo-buttons.png)		no-repeat;
}

#next-photo {
    text-indent: -5000em;
    width: 35px;
    height: 35px;
    background: url(photo-buttons-disabled-03.png)		no-repeat;
    position: absolute;
    left: 664px;
    margin-top: -42px;
}

.allow-sidebar #next-photo {
	left: 454px;
}

#next-photo a {
    width: 35px;
    height: 35px;
    display: block;
    background: url(photo-buttons-03.png)		no-repeat;
}

#photo-list {
    text-indent: -5000em;
    width: 35px;
    height: 35px;
    background: url(photo-buttons-disabled-02.png)		no-repeat;
    position: absolute;
    left: 629px;
    margin-top: -42px;
}

.allow-sidebar #photo-list {
	left:419px;
}



#photo-list a {
    width: 35px;
    height: 35px;
    display: block;
    background: url(photo-buttons-02.png)		no-repeat;
}



.text-navigation {
	margin-top: 6px;	
}



/* IE 5/5.5 Hackery */

@media tty {
i{content:"\";/*" "*/}} @import 'ie.css'; /*";}
}/* */

/* IE:Mac Hackery */

/*\*//*/


.article {
    margin:0;
    margin-top: -30px;
    background: none;
    border: none;
    padding-bottom: 0;
    padding-top: 0;
}

.article p {
    clear: none;
}

.article a {
    text-decoration: underline;
    border-bottom: none;
}

.article a:hover, a:focus, a:active {
    border-bottom: none;
    color: blue;
}

.article-summary {
    padding: 0;
    margin: 0;
    clear: none;
}

#page-bottom p {
    margin-top: 0;
}

/**/
html > body #graphical-text-232BF917-C473-4B88-9DEB-B7FE7D3CC37F {
	background/**/:url("../_Media/pastedimage-17.jpeg") top left no-repeat;
}
html > body #graphical-text-232BF917-C473-4B88-9DEB-B7FE7D3CC37F, html > body #graphical-text-232BF917-C473-4B88-9DEB-B7FE7D3CC37F a:link, html > body #graphical-text-232BF917-C473-4B88-9DEB-B7FE7D3CC37F a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-4AB4361E-6F67-499A-9038-2DCBDB6C6381 {
	background/**/:url("../_Media/pastedimage-20.jpeg") top left no-repeat;
}
html > body #graphical-text-4AB4361E-6F67-499A-9038-2DCBDB6C6381, html > body #graphical-text-4AB4361E-6F67-499A-9038-2DCBDB6C6381 a:link, html > body #graphical-text-4AB4361E-6F67-499A-9038-2DCBDB6C6381 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-3249E29C-8E4B-488C-8A19-4ED82FC0C19F {
	background/**/:url("../_Media/pastedimage-30.jpeg") top left no-repeat;
}
html > body #graphical-text-3249E29C-8E4B-488C-8A19-4ED82FC0C19F, html > body #graphical-text-3249E29C-8E4B-488C-8A19-4ED82FC0C19F a:link, html > body #graphical-text-3249E29C-8E4B-488C-8A19-4ED82FC0C19F a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-59BDFDC2-FC48-4780-A8B2-843A748B5C7B {
	background/**/:url("../_Media/pastedimage-23.jpeg") top left no-repeat;
}
html > body #graphical-text-59BDFDC2-FC48-4780-A8B2-843A748B5C7B, html > body #graphical-text-59BDFDC2-FC48-4780-A8B2-843A748B5C7B a:link, html > body #graphical-text-59BDFDC2-FC48-4780-A8B2-843A748B5C7B a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-55F4204D-9AE6-4041-ABCB-D0AD29DAF56E {
	background/**/:url("../_Media/pastedimage-21.jpeg") top left no-repeat;
}
html > body #graphical-text-55F4204D-9AE6-4041-ABCB-D0AD29DAF56E, html > body #graphical-text-55F4204D-9AE6-4041-ABCB-D0AD29DAF56E a:link, html > body #graphical-text-55F4204D-9AE6-4041-ABCB-D0AD29DAF56E a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-17CEDB41-C5EE-429A-92F5-C00D6851DDE8 {
	background/**/:url("../_Media/pastedimage-25.jpeg") top left no-repeat;
}
html > body #graphical-text-17CEDB41-C5EE-429A-92F5-C00D6851DDE8, html > body #graphical-text-17CEDB41-C5EE-429A-92F5-C00D6851DDE8 a:link, html > body #graphical-text-17CEDB41-C5EE-429A-92F5-C00D6851DDE8 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-0D6658EA-DA6F-4B41-9B8E-E1870DD8C495 {
	background/**/:url("../_Media/pastedimage-6.jpeg") top left no-repeat;
}
html > body #graphical-text-0D6658EA-DA6F-4B41-9B8E-E1870DD8C495, html > body #graphical-text-0D6658EA-DA6F-4B41-9B8E-E1870DD8C495 a:link, html > body #graphical-text-0D6658EA-DA6F-4B41-9B8E-E1870DD8C495 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-2885D097-E654-40C4-B21F-13DE6B53BFB7 {
	background/**/:url("../_Media/pastedimage-26.jpeg") top left no-repeat;
}
html > body #graphical-text-2885D097-E654-40C4-B21F-13DE6B53BFB7, html > body #graphical-text-2885D097-E654-40C4-B21F-13DE6B53BFB7 a:link, html > body #graphical-text-2885D097-E654-40C4-B21F-13DE6B53BFB7 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-2DC840C5-C33B-40B2-BF29-A7D2604ECA10 {
	background/**/:url("../_Media/pastedimage-13.jpeg") top left no-repeat;
}
html > body #graphical-text-2DC840C5-C33B-40B2-BF29-A7D2604ECA10, html > body #graphical-text-2DC840C5-C33B-40B2-BF29-A7D2604ECA10 a:link, html > body #graphical-text-2DC840C5-C33B-40B2-BF29-A7D2604ECA10 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-605838B2-33D3-4D4A-92EC-1BC6FD7F6262 {
	background/**/:url("../_Media/pastedimage-15.jpeg") top left no-repeat;
}
html > body #graphical-text-605838B2-33D3-4D4A-92EC-1BC6FD7F6262, html > body #graphical-text-605838B2-33D3-4D4A-92EC-1BC6FD7F6262 a:link, html > body #graphical-text-605838B2-33D3-4D4A-92EC-1BC6FD7F6262 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-E5FAAB8B-0787-4764-8491-10615AF46BF8 {
	background/**/:url("../_Media/pastedimage-4.jpeg") top left no-repeat;
}
html > body #graphical-text-E5FAAB8B-0787-4764-8491-10615AF46BF8, html > body #graphical-text-E5FAAB8B-0787-4764-8491-10615AF46BF8 a:link, html > body #graphical-text-E5FAAB8B-0787-4764-8491-10615AF46BF8 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-F57D1104-3DEA-4678-9487-15359FEC7612 {
	background/**/:url("../_Media/pastedimage-28.jpeg") top left no-repeat;
}
html > body #graphical-text-F57D1104-3DEA-4678-9487-15359FEC7612, html > body #graphical-text-F57D1104-3DEA-4678-9487-15359FEC7612 a:link, html > body #graphical-text-F57D1104-3DEA-4678-9487-15359FEC7612 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-2BDF105B-5063-4B0C-9C2C-67AA60EE85FD {
	background/**/:url("../_Media/pastedimage-3.jpeg") top left no-repeat;
}
html > body #graphical-text-2BDF105B-5063-4B0C-9C2C-67AA60EE85FD, html > body #graphical-text-2BDF105B-5063-4B0C-9C2C-67AA60EE85FD a:link, html > body #graphical-text-2BDF105B-5063-4B0C-9C2C-67AA60EE85FD a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-F5282E58-47D4-4698-AB8E-E5DCFED73DAD {
	background/**/:url("../_Media/pastedimage-12.jpeg") top left no-repeat;
}
html > body #graphical-text-F5282E58-47D4-4698-AB8E-E5DCFED73DAD, html > body #graphical-text-F5282E58-47D4-4698-AB8E-E5DCFED73DAD a:link, html > body #graphical-text-F5282E58-47D4-4698-AB8E-E5DCFED73DAD a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-41799092-FA63-45C1-ADB3-055FA5A68B51 {
	background/**/:url("../_Media/pastedimage-19.jpeg") top left no-repeat;
}
html > body #graphical-text-41799092-FA63-45C1-ADB3-055FA5A68B51, html > body #graphical-text-41799092-FA63-45C1-ADB3-055FA5A68B51 a:link, html > body #graphical-text-41799092-FA63-45C1-ADB3-055FA5A68B51 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-30C2BD51-72A8-40B9-9748-3D11A2F5E699 {
	background/**/:url("../_Media/pastedimage-8.jpeg") top left no-repeat;
}
html > body #graphical-text-30C2BD51-72A8-40B9-9748-3D11A2F5E699, html > body #graphical-text-30C2BD51-72A8-40B9-9748-3D11A2F5E699 a:link, html > body #graphical-text-30C2BD51-72A8-40B9-9748-3D11A2F5E699 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-5EB410DF-DB31-4D9E-BE9B-BD37592F2552 {
	background/**/:url("../_Media/pastedimage-11.jpeg") top left no-repeat;
}
html > body #graphical-text-5EB410DF-DB31-4D9E-BE9B-BD37592F2552, html > body #graphical-text-5EB410DF-DB31-4D9E-BE9B-BD37592F2552 a:link, html > body #graphical-text-5EB410DF-DB31-4D9E-BE9B-BD37592F2552 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-517D4EB0-2988-42CE-B05B-DBC2B02AB2D6 {
	background/**/:url("../_Media/pastedimage-16.jpeg") top left no-repeat;
}
html > body #graphical-text-517D4EB0-2988-42CE-B05B-DBC2B02AB2D6, html > body #graphical-text-517D4EB0-2988-42CE-B05B-DBC2B02AB2D6 a:link, html > body #graphical-text-517D4EB0-2988-42CE-B05B-DBC2B02AB2D6 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-23E9F61D-2734-4F7C-97F3-1D925D4B79E0 {
	background/**/:url("../_Media/pastedimage-27.jpeg") top left no-repeat;
}
html > body #graphical-text-23E9F61D-2734-4F7C-97F3-1D925D4B79E0, html > body #graphical-text-23E9F61D-2734-4F7C-97F3-1D925D4B79E0 a:link, html > body #graphical-text-23E9F61D-2734-4F7C-97F3-1D925D4B79E0 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-8DF3DB8E-54B7-4C72-ABBD-ACC78568F34F {
	background/**/:url("../_Media/pastedimage-5.jpeg") top left no-repeat;
}
html > body #graphical-text-8DF3DB8E-54B7-4C72-ABBD-ACC78568F34F, html > body #graphical-text-8DF3DB8E-54B7-4C72-ABBD-ACC78568F34F a:link, html > body #graphical-text-8DF3DB8E-54B7-4C72-ABBD-ACC78568F34F a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-AFA6D332-1CD1-4D75-B4A4-F17BE862C338 {
	background/**/:url("../_Media/pastedimage-2.jpeg") top left no-repeat;
}
html > body #graphical-text-AFA6D332-1CD1-4D75-B4A4-F17BE862C338, html > body #graphical-text-AFA6D332-1CD1-4D75-B4A4-F17BE862C338 a:link, html > body #graphical-text-AFA6D332-1CD1-4D75-B4A4-F17BE862C338 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-10F30B3B-0F7C-4EDE-8E7A-04170650091B {
	background/**/:url("../_Media/pastedimage-34.jpeg") top left no-repeat;
}
html > body #graphical-text-10F30B3B-0F7C-4EDE-8E7A-04170650091B, html > body #graphical-text-10F30B3B-0F7C-4EDE-8E7A-04170650091B a:link, html > body #graphical-text-10F30B3B-0F7C-4EDE-8E7A-04170650091B a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-1AC908AA-67BB-40E3-B5AC-9CBC6BE13113 {
	background/**/:url("../_Media/pastedimage-32.jpeg") top left no-repeat;
}
html > body #graphical-text-1AC908AA-67BB-40E3-B5AC-9CBC6BE13113, html > body #graphical-text-1AC908AA-67BB-40E3-B5AC-9CBC6BE13113 a:link, html > body #graphical-text-1AC908AA-67BB-40E3-B5AC-9CBC6BE13113 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-5631ABF1-832D-4A94-BFCA-6B576A4FDD2C {
	background/**/:url("../_Media/pastedimage-22.jpeg") top left no-repeat;
}
html > body #graphical-text-5631ABF1-832D-4A94-BFCA-6B576A4FDD2C, html > body #graphical-text-5631ABF1-832D-4A94-BFCA-6B576A4FDD2C a:link, html > body #graphical-text-5631ABF1-832D-4A94-BFCA-6B576A4FDD2C a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-BBD6E14E-94AC-47CB-8928-151BD80CA50B {
	background/**/:url("../_Media/pastedimage-29.jpeg") top left no-repeat;
}
html > body #graphical-text-BBD6E14E-94AC-47CB-8928-151BD80CA50B, html > body #graphical-text-BBD6E14E-94AC-47CB-8928-151BD80CA50B a:link, html > body #graphical-text-BBD6E14E-94AC-47CB-8928-151BD80CA50B a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-1E30E051-4153-423C-BE6F-89170FB2A605 {
	background/**/:url("../_Media/pastedimage.jpeg") top left no-repeat;
}
html > body #graphical-text-1E30E051-4153-423C-BE6F-89170FB2A605, html > body #graphical-text-1E30E051-4153-423C-BE6F-89170FB2A605 a:link, html > body #graphical-text-1E30E051-4153-423C-BE6F-89170FB2A605 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-2251A828-45F1-4593-AFEE-C82491E17FF4 {
	background/**/:url("../_Media/pastedimage-9.jpeg") top left no-repeat;
}
html > body #graphical-text-2251A828-45F1-4593-AFEE-C82491E17FF4, html > body #graphical-text-2251A828-45F1-4593-AFEE-C82491E17FF4 a:link, html > body #graphical-text-2251A828-45F1-4593-AFEE-C82491E17FF4 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-70EF9EA9-56E9-49BB-A5E6-507DE9C9E56D {
	background/**/:url("../_Media/pastedimage-24.jpeg") top left no-repeat;
}
html > body #graphical-text-70EF9EA9-56E9-49BB-A5E6-507DE9C9E56D, html > body #graphical-text-70EF9EA9-56E9-49BB-A5E6-507DE9C9E56D a:link, html > body #graphical-text-70EF9EA9-56E9-49BB-A5E6-507DE9C9E56D a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-883E2EF7-976F-4F64-9288-E580DC3E8128 {
	background/**/:url("../_Media/pastedimage-14.jpeg") top left no-repeat;
}
html > body #graphical-text-883E2EF7-976F-4F64-9288-E580DC3E8128, html > body #graphical-text-883E2EF7-976F-4F64-9288-E580DC3E8128 a:link, html > body #graphical-text-883E2EF7-976F-4F64-9288-E580DC3E8128 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-B1B62085-D8F8-4B25-90D6-46D8BEA43F23 {
	background/**/:url("../_Media/pastedimage-31.jpeg") top left no-repeat;
}
html > body #graphical-text-B1B62085-D8F8-4B25-90D6-46D8BEA43F23, html > body #graphical-text-B1B62085-D8F8-4B25-90D6-46D8BEA43F23 a:link, html > body #graphical-text-B1B62085-D8F8-4B25-90D6-46D8BEA43F23 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-79B3FC44-402A-4EEE-AD6D-B3B95A479730 {
	background/**/:url("../_Media/pastedimage-7.jpeg") top left no-repeat;
}
html > body #graphical-text-79B3FC44-402A-4EEE-AD6D-B3B95A479730, html > body #graphical-text-79B3FC44-402A-4EEE-AD6D-B3B95A479730 a:link, html > body #graphical-text-79B3FC44-402A-4EEE-AD6D-B3B95A479730 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-976C5792-D5AE-4246-9B56-6592B2E3675C {
	background/**/:url("../_Media/pastedimage-10.jpeg") top left no-repeat;
}
html > body #graphical-text-976C5792-D5AE-4246-9B56-6592B2E3675C, html > body #graphical-text-976C5792-D5AE-4246-9B56-6592B2E3675C a:link, html > body #graphical-text-976C5792-D5AE-4246-9B56-6592B2E3675C a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-788447DF-0151-4B06-AB32-68F24B66D06A {
	background/**/:url("../_Media/pastedimage-33.jpeg") top left no-repeat;
}
html > body #graphical-text-788447DF-0151-4B06-AB32-68F24B66D06A, html > body #graphical-text-788447DF-0151-4B06-AB32-68F24B66D06A a:link, html > body #graphical-text-788447DF-0151-4B06-AB32-68F24B66D06A a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}
html > body #graphical-text-2A14ED5A-F2D7-4B81-9186-92E693E5FCF0 {
	background/**/:url("../_Media/pastedimage-18.jpeg") top left no-repeat;
}
html > body #graphical-text-2A14ED5A-F2D7-4B81-9186-92E693E5FCF0, html > body #graphical-text-2A14ED5A-F2D7-4B81-9186-92E693E5FCF0 a:link, html > body #graphical-text-2A14ED5A-F2D7-4B81-9186-92E693E5FCF0 a:visited {
	display/**/:block;
	text-align/**/:left;
	text-indent/**/:-9999px;
	width/**/:487px;
	height/**/:30px;
}

