BODY {
     font-family : verdana, arial, helvetica, sans-serif;
     font-size : 12px;
     font-weight : normal;
     color : #000000;
     margin-right : 10ex;
     margin-left : 10ex;
     background-color : #ffffdd;
}

A,.note {
     color : #CC2222;
     text-decoration : none;
}

H2,.head {
/*     font-family : 'Molengo', verdana, arial, helvetica, sans-serif; */
     font-size : 18px;
     font-weight : normal;
     color : #000077;
     text-shadow: #669 1px 1px 3px;
}

H1 {
     font-family : 'Molengo', verdana, arial, helvetica, sans-serif;
     font-size : 32px;
     font-weight : normal;
     color : #000077;
	 margin-top: 24px;
	 text-shadow: #669 2px 1px 3px;
}

DT {
     color : #000077;
}

DD {
     margin-bottom : 12px;
}

.body {
     font-family : verdana, arial, helvetica, sans-serif;
     font-size : 12px;
     font-weight : normal;
     color : #000000;
}

p {
  margin-bottom: 0;
  line-height: 170%
  }
p + p {
  text-indent: 3em;
  margin-top: 0 }

.divider {
	background-color: #770000;
	color: #ffffff;
     font-size : 14px;
     font-family : verdana, arial, helvetica, sans-serif;
     font-weight : bold;
}
.caption {
     color : #770000;
     font-size : 10px;
     font-family : verdana, arial, helvetica, sans-serif;
     font-weight : normal;
}

.caption img {
	box-shadow: #666 2px 2px 3px;
	margin-bottom: 6px;
}

.vidtitle {
	 padding-top: 20px;
     color : #770000;
     font-size : 12px;
     font-family : verdana, arial, helvetica, sans-serif;
     font-weight : bold;	
}

.calloutbox {
	background-color: #fdd;
	color: #700;
	margin: 8px;
	border: 3px ridge #fdd;
	padding: 8px;	
	box-shadow: #666 2px 2px 3px;
}

.fundraising {
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.pastyears {
	float: right;
	display: inline;
}

.changelog {
	float: right;
	display: inline;
}

.chart {
	 margin-top: 12px;
	margin-bottom: 32px;
	 border: 0px;
}

.chart_caption {
	 width: 1040px;
}


/* CSS FOR ARROW ICONS */

.arrow-n,
.arrow-e,
.arrow-s,
.arrow-w {
  /*
   * In Internet Explorer, The"border-style: dashed" will never be
   * rendered unless "(width * 5) >= border-width" is true.
   * Since "width" is set to "0", the "dashed-border" remains
   * invisible to the user, which renders the border just like how
   * "border-color: transparent" renders.
   */
  border-style: dashed;
  border-color: transparent;
  border-width: 0.53em;
  display: -moz-inline-box;
  display: inline-block;
  /* Use font-size to control the size of the arrow. */
  font-size: 16px;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: middle;
  width: 0;
  cursor: pointer;
}

.arrow-n {
  border-bottom-width: 1em;
  border-bottom-style: solid;
  border-bottom-color: #EBBA95;
  bottom: 0.25em;
}

.arrow-e {
  border-left-width: 1em;
  border-left-style: solid;
  border-left-color: #EBBA95;
  left: 0.25em;
}
                    
.arrow-s {
  border-top-width: 1em;
  border-top-style: solid;
  border-top-color: #EBBA95;
  top: 0.25em;
}

.arrow-w {
  border-right-width: 1em;
  border-right-style: solid;
  border-right-color: #EBBA95;
  right: 0.25em;
}




