/* $Id: ScreenStyle.css, v 3.0 $ */


/*--------------- Body ---------------*/

BODY {
  background-color: #fff;
  color: #000;
  font-family: Verdana, Helvetica, sans-serif;
  margin: 12px 0;
  padding: 0;
  text-align: center;
}


/*------------- Divisions ------------*/

#ChangeMe, DIV, .nomopr, .nomo, .nopr, .ftxt, .fsel, .sig {
  border: 0;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}
DIV {
  padding: 15px;
}
.main {
  width: 100%;
}
.head {
  padding: 15px 0;
}
.head5 {
  font-weight: normal;
  text-align: center;
}
.head6  /* Disclaimer */ {
  font-size: xx-small;
  padding: 5px 15px 10px 15px;
  text-align: left;
}
.standard, .head5, .wiffy, .wiffytop {
  padding: 10px 15px;
  clear: both;
}
.dated {
  padding: 2px 15px;
  font-size: x-small;
}
.format {
  padding: 3px 0 5px 0;
  font-size: xx-small;
}
.sig {
  float: right;
  overflow: hide;
  margin: 2em 1em 0 0;
}
HR {
  border: 0;
  margin: 25px auto 22px auto;
  text-align: center;
}
.InHead {
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  top: -2px;
  right: 0;
}

/*--------------- Text ---------------*/

H1, H2, H3, H4, H5, H6, DIV.prinst {
  margin: 0;
  border: 0;
  padding: 0;
}
P {
  margin: 1em 0;
  text-align: left;
}
H1, H2 {
  text-align: center;
}
H2 {
  font-size: larger;
}
H3 {
  font-size: 100%;
}
H5, H6 {
  font-weight: normal;
}
.standard, .left {
  text-align: left;
  clear: none;
}
.head3 {
  font-weight: bold;
  text-indent: 0cm;
  text-align: center;
}
.center, .prinst {
  text-indent: 0;
  text-align: center;
}
.right {
  text-indent: 0cm;
  text-align: right;
}
.left {
  text-indent: 0cm;
  text-align: left;
}
.credit {
  font-size: xx-small;
}
.txttop, .imlab {
  display: block;
  margin: 0 15px;
}
.txttop {
  text-align: center;
}
.imlab {
  text-align: left;
}
.hide, .noimg, .fopr, .fomo, .fomob, .fomopr {
  display: none;
  text-indent: 0;
}
CODE {
  background-color: #ccc;
  font-family: "Courier New", Courier, monospace;
}
BLOCKQUOTE {
  margin: 0;
  border: 0;
  padding: 1px 16px;
}

/*--------------- Lists --------------*/

UL.standard, LI.standard, H3.standard, DIV.head5 H3 {
  text-align: left;
}
UL.standard, LI.standard {
  margin-top: 0;
  padding-top: 0;
}
.head5 UL, .head6 UL {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.25em;
  text-align: left;
}
.head5 LI, .head6 LI {
  clear: left;
  margin: 0;
  padding: 5px 0 0 0;
  text-align: left;
}
SELECT {
  font-size: x-small;
  margin: 1px 0;
  width: 95px;
}

/* --------- Site Navigation ---------*/

.siteNavigation {
  font-size: 115%;
  padding: 5px 5px;
  text-align: center;
}
.siteNavigation UL {
  list-style: none;
  margin: 0;
  padding: 0;
}
.siteNavigation UL LI {
  display: inline;
  padding: 0;
}
DIV.siteNavigation A {
  padding: 0 10px;
}

/*-------------- Images --------------*/

IMG {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
IMG.hearts {
  display: inline;
  height: 60px;
  width: 104px;
}
IMG.SDaward {
  height: 70px;
  width: 145px;
}
IMG.strip {
  display: inline;
  height: 350px;
  width: 1024px;
  margin-left: -2px;
}
IMG.onei {
  display: inline;
  height: 46px;
  width: 142px;
}
IMG.valim {
  height: 31px;
  width: 88px;
}
.whiteonwhite {
  background-color: #036;
  color: #fff;
}

/*--------------- Links --------------*/

A, A.hrim {
  border: 0;
  margin: 0;
  padding: 0;
}
A.OIimg:link, A.OIimg:visited, A.OIimg:active, A.OIimg:hover,
A.sdimg:link, A.sdimg:visited, A.sdimg:active, A.sdimg:hover {
  clear: both;
  float: right;
  font-size: 76%;
  text-align: center;
}
A.hrim:link, A.hrim:visited, A.hrim:active, A.hrim:hover {
  border-top: 3px solid #fff;
  border-right: 0;
  border-bottom: 1px solid #fff;
  border-left: 0;
  display: block;
  overflow: auto;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
A.sdimg:link, A.sdimg:visited, A.sdimg:active, A.sdimg:hover {
  border: 5px solid #ccc;
  margin: -5px 0 8px 17px;
}
A.OIimg:link, A.OIimg:visited, A.OIimg:active, A.OIimg:hover {
  border-top: 5px solid #fff;
  border-right: 0;
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
  margin: -2px -5px 3px 10px;
}
CODE, A.words {
  margin: 0 -2px;
  padding: 0 2px;
}
DIV.clearall {
  border: 0;
  clear: both;
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
}
DIV.clearall P {
  display: none;
}

/*--------------- W3C --------------*/

.w3cbutton3 {
  border-top: 1px solid #999;
  border-right: 2px solid #333;
  border-bottom: 2px solid #666;
  border-left: 1px solid #999;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 88%;
  font-weight: bold;
  margin: 2px;
  padding: 0;
  text-align: center;
  width: 9em;
}
.w3cbutton3 A {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.w3cbutton3 A:link, .w3cbutton3 A:visited, .w3cbutton3 A:hover {
  background-color: #fc6;
  color: #000;
  text-decoration: none;
}
.w3cbutton3 SPAN.w3c {
  background-color: #fff;
  color: #039;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 3em;
}
