/* CSS by James Parsons, batworks.com, for Opera 5-6 NS6 IE5.0 and above. */

body { 
  background-image: url(img/bkgrnd_gr.gif);
  background-color: black;
  color: black;
  font: normal 1.0em/1.0em Verdana, Geneva, sans-serif;
  margin-top: 0px; 
  margin-right: 0px;
  margin-bottom: auto;
  margin-left: 0px
  }

* a { 
  font-weight: normal;
  text-decoration: underline
  }

* a:hover { 
  background-color: red; 
  color: white;
  font-weight: normal;
  text-decoration: none
  }

* a:active {
  background-color: transparent;
  color: red;
  font-weight: normal;
  text-decoration: underline
  }

* a:visited {
  background-color: transparent; 
  color: #c00;
  font-weight: normal;
  text-decoration: underline
  }

.menu * a { 
  background-color: transparent; 
  font: bold 1.0em/1.0em  Courier, Monotype, serif;
  color: #ffffff;
  text-decoration: none
  }

.menu * a:hover { 
  background-color: #ffffff;  
  font: bold 1.0em/1.0em  Courier, Monotype, serif;
  color: #000000;
  text-decoration: none
  }

.menu * a:visited { 
  background-color: transparent;  
  font: bold 1.0em/1.0em  Courier, Monotype, serif;
  color: #ffffff;
  text-decoration: none
  }

.menu * a:active { 
  background-color: #ffffff; 
  font: bold 1.0em/1.0em  Courier, Monotype, serif;
  color: #000000;
  text-decoration: underline
  }

#summary {
  font: normal 0.65em/1.0em Verdana, Geneva, sans-serif;
  color: #cccccc;
  background-color: transparent;
  padding: 0px 0px 4px 4px
  }

#address {
  font: normal 0.75em/1.0em Verdana, Geneva, sans-serif;
  padding: 0 0 0 12px
  }

#date {
  font: normal 0.65em/1.0em Verdana, Geneva, sans-serif;
  /*text-align: right; */
  color: #cc0000;
  background-color: transparent;
  padding: 0px 24px 0px 0px
  }

label {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.90em;
  font-style: normal;
  }

p, ul, ol {
  font-family: Verdana, Geneva, sans-serif;
  }

li { 
  font-family: Verdana, Geneva, sans-serif;
  padding: 3px 0px 3px 0px;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  color: #336699;
  background-color: transparent
  }

strong  { 
 font-style: normal;
 font-variant: small-caps;
 font-weight: bold;
 text-decoration: none
  }

blockquote {
  font: normal 1.0em/1.0em Verdana, Geneva, sans-serif
  }

cite {
  font-family: Verdana, Geneva, sans-serif;
  font-style: italic;
  padding: 12px;
  color: #5B3D23;
  background-color: transparent;
  }

em {
  /* font-family: Verdana, Geneva, sans-serif;
  font-size: 1.0em;
  line-height: 1.0em;
  font-weight: bold;
  font-variant: small-caps;*/
  font-style: italic;
  }

center {
  font: normal 1.0em/1.0em Verdana, Geneva, sans-serif
  }

pre {
  font-family: courier, "courier new", monospace;
  text-decoration: none
  }

.faq > h4 {
  margin-bottom: -0.5em;
  }

.faq > p {
  font-size: 0.8em;
  line-height: 1.5em;
  padding-top: 0;
  }

.faq {
  padding: 0px 24px 0px 24px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 12px;
  }


.press-release {
  border: 1px solid #000;
  padding: 0px 24px 0px 24px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 12px;
  }

.press-release p {
  font: normal 0.9em/1.5em Georgia, Palatino, serif;
  }

.press-release h4 { 
  color: #000000;
  background-color: transparent;
  font-family: Georgia, Palatino, serif;
  }

.spacer { 
	clear: both;
	}
