<style> 
A {
color : #000000;
font-family : sans-serif;
font-size : 12pt;
text-decoration: underline;
}
A:ACTIVE {
color : #000000;
font-family : sans-serif;
font-size : 12pt;
text-decoration: underline;
}
A:HOVER {
color : #000000;
font-family : sans-serif;
font-size : 12pt;
text-decoration: underline;
}
A:LINK {
color : #000000;
font-family : sans-serif;
font-size : 12pt;
text-decoration: underline;
}
A:VISITED {
color : #000000;
font-family : sans-serif;
font-size : 12pt;
text-decoration: underline;
}
A.hidden {
color : #000000;
font-family : sans-serif;
font-size : 12pt;
text-decoration: none;
}
A.hidden:LINK {
color : #000000;
font-family : sans-serif;
font-size : 12pt;
text-decoration: none;
}
A.hidden:VISITED {
color : #000000;
font-family : sans-serif;
font-size : 12pt;
text-decoration: none;
}
A.hidden:HOVER {
color : #000000;
font-family : sans-serif;
font-size : 12pt;
text-decoration: none;
}
A.hidden:ACTIVE {
color : #000000;
font-family : sans-serif;
font-size : 12pt;
font-weight: normal;
text-decoration: none;
}
A.whitemenu {
color : #ffffff;
font-size : 8pt;
text-decoration: none;
}
A.menu {
color : #ffffff;
font-family : sans-serif;
font-size : 8pt;
text-decoration: none;
}
A.menu:ACTIVE {
color : #ffffff;
font-family : sans-serif;
font-size : 8pt;
text-decoration: none;
}
A.menu:HOVER {
background-color : #5f00a2;
font-family : sans-serif;
font-size : 8pt;
text-decoration: none;
}
A.menu:LINK {
color : #ffffff;
font-family : sans-serif;
font-size : 8pt;
text-decoration: none;
}
A.menu:VISITED {
color : #ffffff;
font-family : sans-serif;
font-size : 8pt;
text-decoration: none;
}
H1{
color : #000000;
font-family : sans-serif;
font-size : 14pt;
font-weight : heavy;
}
H2{
color : #000000;
font-family : sans-serif;
font-size : 12pt;
font-weight : heavy;
}
H3, H4, H5, H6{
color : #000000;
font-family : sans-serif;
font-size : 24pt;
font-weight : heavy;
}
B {
font-family : sans-serif;
font-size : 12pt;
color : #000000;
font-weight: heavy;
}
TD.highlight {
background-color : #88898C;
}
BODY {
background-color : #9cabab;
font-family : sans-serif;
font-size : 12pt;
color : #000000;
}
BR {
font-family : inherit;
font-size : 12pt;
color : inherit;
}
BR.footer {
font-family : inherit;
font-size : 12pt;
color : inherit;
}
P.footer {
font-family : inherit;
font-size : 12pt;
color : inherit;
}
UL {
font-family : inherit;
font-size : 12pt;
color : inherit;
}
OL {
font-family : inherit;
font-size : 12pt;
color : inherit;
}
P {
font-family : inherit;
font-size : 12pt;
color : inherit;
}
TD {
background-color : transparent;
font-family : sans-serif;
font-size : 12pt;
color : #000000;
border : thin Black;
} 
TD.even {
background-color : transparent;
font-family : sans-serif;
font-size : 12pt;
color : #000000;
}
TD.odd {
background: url(/~randyabr/bespoke/img/boomerang.png);
background-color : #eeeeee;
font-family : sans-serif;
font-size : 12pt;
color : #000000;
}
TD.header {
background: url(/~randyabr/bespoke/img/boomerang.png);
font-family : sans-serif;
font-size : 12pt;
color : #000000;
border : thin Black;
}
TD.black {
background-color : #000000;
font-family : sans-serif;
font-size : 12pt;
color : #ffffff;
border : thin Black;
}
TD.white {
background-color : #ffffff;
font-family : sans-serif;
font-size : 12pt;
color : #000000;
border : thin Black;
}
TD.logo {
background-color : transparent;
font-family : sans-serif;
font-size : 9pt;
color : #000000;
}
TD.small {
background-color : transparent;
font-family : sans-serif;
font-size : 8pt;
color : #000000;
width: 90px;
}
TD.box {
background: url(/~randyabr/bespoke/img/boomerang.png);
background-color : #ffffff;
font-family : serif;
font-size : 12pt;
color : #ffffff;
border : thin Black;
}
TD.footer {
font-family : sans-serif;
font-weight: lighter;
background-color : transparent;
font-size : 12pt;
border : thin Black;
}
TD.backup {
background: url(/~randyabr/bespoke/img/boomerang.png);
background-color : #ffffff;
font-family : serif;
font-size : 12pt;
color : #ffffff;
border : thin Black;
}

.fade-in {
  animation: fadeIn ease 10s;
  -webkit-animation: fadeIn ease 10s;
  -moz-animation: fadeIn ease 10s;
  -o-animation: fadeIn ease 10s;
  -ms-animation: fadeIn ease 10s;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}


}

</style>



