
/* Last Modified Time-stamp: "2014-04-21 17:03:09 MDT" */


@media print {
 ol { list-style-type: lower-roman; }
 .noprint { display: none; }
}

@media screen {
 body {
  color:            black;
  background-color: white;
  margin-left:  180px;
  margin-right: 30px;
  background-image: url("bigger6.gif");
  background-repeat: repeat-y;
 }
  
 a { color: #ffffff; }
 a:link, .linkish { color: #0000EE !important; text-decoration: underline; }
 a:visited { color: #551A8B !important; text-decoration: underline !important;}
 a:active  { color: #FF0000 !important; }

 .noscreen { display:  none; }
}

.new { margin-left: .4em; padding-left: .4em; border-left: 7px #9f9 solid; }

h1 { 
 text-indent: .9em;
 font-weight: normal;
 font-size: 3em;
 font-family: "Century Gothic", Tahoma, Verdana, Helvetica, Arial, sans-serif;
 padding-left: 18px;
 padding-top:  10px;
 padding-bottom: 20px;
 border-top:     thin solid white;
 border-bottom:  thin solid white;
 text-align: center;

 line-height: 130%;
 speech-rate: 20;
}

acronym {
  letter-spacing: 1.5ex;
  font-style: italic;
}

em {
 font-style: italic;
 text-decoration: underline;
}

cite {
 font-style: italic;
 font-weight: bold;
}

h2 {
 font-weight: normal;
 text-align: center; 
 padding: 10px;
 border-top:  thin solid white;
 margin-top: 1.2em;
 padding-top: .3em;
}

li {
  padding-bottom:    1em;
}

p {
 line-height: 130%;
 padding-bottom: .4em;
}

.hide { display: none }

.box {
 text-align: center;
 color: #0000FF;
 background-color: #000000;
 padding: 10px;
 border-left:  thin solid blue;
 border-right: thin solid blue;
}


