h1.header {
		color: #800000;
		font-size: 2	4;
		font-family: "BankGothic Md BT";
	}

h1,h2,h3,big,legend {
font-weight:bold;
}

big {
font-size:14px;
}
h1 {
font-size:24px;
margin-top:1em;
margin-bottom:1em;
color: #606435
}
h2 {
font-size:14px;
margin-top: 1em;
margin-bottom:0.5em;
color: #505425
}
h3 {
font-size:12px;
margin-top:0.2em;
margin-bottom: 0.2em;
color: #505425
}


/* special headlines 
h1 {font-size: 160%; margin-left: 0px; font-weight: bold;}
h2 {font-size: 150%; margin-left: 20px;}
h3 {font-size: 140%; margin-left: 40px; border-bottom: none; font-weight: bold;}
h4 {font-size: 120%; margin-left: 60px; border-bottom: none; font-weight: bold;}
h5 {font-size: 100%; margin-left: 80px; border-bottom: none; font-weight: bold;}
*/

/* unordered lists */
ul {
  line-height: 1.5em;
  list-style-type: square;
  margin: 0 0 0.5em 1.5em;
  padding: 0;
  list-style-image: url(images/bullet.gif);
}

/* ordered lists */
ol {
  line-height: 1.5em;
  margin: 0 0 0.5em 1.5em;
  padding: 0;
  color: #638c9c;
  font-weight: bold;
  list-style-image: none;
}

/* the list items overriding the ol definition */
.li {
  color: #000000;
  font-weight: normal;
}

ol {list-style-type: decimal}
ol ol {list-style-type: upper-roman}
ol ol ol {list-style-type: lower-alpha}
ol ol ol ol {list-style-type: lower-greek}

li.open {
  list-style-image: url(images/open.gif);
}

li.closed {
  list-style-image: url(images/closed.gif);
}

blockquote {
  border-left: 2px solid #8cacbb;
  padding-left: 3px;
  margin-left: 0;
}



