
/* --- Layout -------------------------------------------------------------- */

body {  font-family: Arial, Helvetica, sans-serif; font-size: 0.8em}
a {  color: #DD9600; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold}
#menu a {
	color: Black;
}

a:hover {  font-weight: bold}
body {  text-decoration: none}
a:active {  font-weight: bold}
a:hover {
	text-decoration: underline;
}



h1, h2 {
  background: Transparent url("/images/bullet.gif") no-repeat 0% 50%;
  font-size: 1em;
	font-weight: bold;
  margin: 1em 0;
  padding-left: 15px;
}

h1.upper {
  text-transform: uppercase;
}

p.indent {
  margin: 0 0 0 2em;
}
