/* Default CSS Stylesheet */

body {
  margin: 2em 2em 2em 2em;
  text-align: left;
  font-family: "helvetica", sans-serif;
  font-size: 100%; 
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  color: black;
  background: white;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

h1 {
  text-align: left;
  font-family: sans-serif;
  font-size: xx-large;
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  color: #808080;
}

h2 {
  text-align: left;
  font-family: sans-serif;
  font-size: x-large;
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  color: #808080;
}

h3 {
  text-align: left;
  font-family: sans-serif;
  font-size: large;
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  color: #808080;
}

pre { 
  margin-left: 2em;
  font-family: monospace; 
}

ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  list-style-type: disc;
}


strong {
  font-weight: bold;
}


.headx {
  font-family: sans-serif;
  font-size: x-large;
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  color: #808080;
}

.headz {
  font-family: sans-serif;
  font-size: x-large;
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  color: #FF0000;
}

.headi {
  font-family: sans-serif;
  font-size: large;
  font-weight: bold;
  font-variant: normal;
  font-style: italic;
  color: black;
}






a.srollover {
  display: block;
  width: 31px;
  height: 31px;
  background: url("images/Button12s.png") 0 0 no-repeat;
  text-decoration: none;
}

a:hover.srollover {
  background-position: -31px 0;
  text-decoration: none;
}




a:link { 
	color: #808080;
	text-decoration: none;
	}
a:visited { 
	color: #808080;
	text-decoration: none;
	}
a:hover { 
	color: #2c2c2c;
	text-decoration: underline;
	}
a:active { 
	color: #808080;
	}
