body {
	background-color: #ffffff;  /* scout uniform color (tan)*/
	font-family: helvetica
}
 
a:link{                /* hyperlinks */
	color: #0000ff;
}

a:hover{
  color:#800000;
}

form {
  margin-bottom:0;
  margin-top:0;
}

span.header1 {      /* used for titles */
	color:#836133;    
	font-weight:bold;
}

span.header2 {      /* used for important titles, highlighting */
	color:#600000;    
	font-weight:bold;
}

span.header3 {      /* used for the 1st title line, not much else */
	color:#836133;    
	font-weight:normal;
}

span.regular_text {
  color:#000000;
  font-size:9pt;
}

span.small_note {
  color:#000000;
  font-size:8pt;
}

span.date {         /* font for dates */
	font-weight:normal;
	font-style:normal;
}

.highlight {      /* used for highlighted dates */
	color:#f00;   
}


span.plain {       /* for "plain" text */
	color:#000000;
	font-weight=normal;
}
span.monospace {
	color:#000000;
	font-weight=normal;
	font-family:monospace;

}

span.quote {
	color:#600000;
	font-weight=normal;
}
span.quote_attribution {
	color:#836133;
	font-weight=normal;
	font-weight:bold;
}


li.subj_head {        /* subject headings */
	list-style: none;
	font-size: small;
	color: #836133;       /* dark brown */
	font-weight: bold;
	text-indent: 0;
}

li.message {              /* messages */
	list-style: none;
	color: #000000;
	font-weight: normal;
	font-size: small;
	text-indent: 2ex;      /* change this to increase or decrease indent */
	line-height: 3ex;      /* change this to vary space between lines */
	
	/* the "ex" in "2ex" means the height/width of the letter "x" */
}

table.layout_table {          /* used for invisible tables */
	background-color:transparent;   
  padding:0px;
  margin:0px;
  border-style:solid;         /*this must be present for the other border properties to work */
  border-width:0px;
	border-color:#ffffff;
  border-spacing:0px;
}

.layout {          /* used for invisible tables */
	background-color:transparent;   
  padding:0px;
  margin:0px;
  border-style:solid;         /*this must be present for the other border properties to work */
  border-width:0px;
	border-color:#ffffff;
  border-spacing:0px;
}

.info_box {
	background-color: #efebde; 
  border-style:solid;               /*this must be present for the other border properties to work */
  border-width:1px;
  
	border-color: #9c6500;   
  padding:10px;
  padding-right:5px;
}
