@charset "utf-8";
/* CSS Document */

/* Generic styles to float pictures left or right so text flows around with a small margin */
/* Leave these names as is, they are used by TinyMCE */
.pic_right {
  float: right;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  }
  
.pic_right_framed {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #152010;
  }

.pic_left_framed {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #152010;
  }
.pic_left {
  float: left;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  }
  
.pic_left_nopad {
  float: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  }

.pic_framed {
	margin-bottom: 5px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #152010;
  }
  
.h1_red {
	font-size:24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color:#FF0000;
	font-weight: bold;
	}

.pic_fl_rt {
	float: right;
	padding: 0px 0px 5px 5px;
}

.pic_fl_lf {
	float: left;
	padding: 0px 5px 5px 0px;
}


/* h1 through h4 are the default headline styles; headlines are block elements, so margins 
and padding are set to zero, so there are no automatic spaces above and below */
h1 {
  font-size: 24px;
  color: #ccc;
  margin-top: 0px;
  margin-bottom:0px;
  padding-top:0px;
  padding-bottom:0px;
}

.ch1 {
  font-size: 24px;
  color: #ccc;
  margin-top: 0px;
  margin-bottom:0px;
  padding-top:0px;
  padding-bottom:0px;
}
  
.h1_center {
  font-size: 36px;
  color: #ccc;
  margin-top: 0px;
  margin-bottom:0px;
  padding-top:0px;
  padding-bottom:0px;
  text-align:center;
}
 


h2 {
  font-size: 18px;
  color: #ccc;
  margin-top: 0px;
  margin-bottom:0px;
  padding-top:0px;
  padding-bottom:0px;
}

.ch2 {
  font-family:"Courier New", Courier, monospace;
  line-height: 20px;
  font-size: 18px;
  color: #ccc;
  margin-top: 0px;
  margin-bottom:0px;
  padding-top:0px;
  padding-bottom:0px;
}

.h2_center {
  font-size: 24px;
  color: #ccc;
  margin-top: 0px;
  margin-bottom:0px;
  padding-top:0px;
  padding-bottom:0px;
  text-align:center;
}

h3 {
  font-size: 12px;
  color: #ccc;
  margin-top: 0px;
  margin-bottom:0px;
  padding-top:0px;
  padding-bottom:0px;
}

/* Styles all paragraphs; removes leading and trailing blank lines from the block */
p {
  margin-top: 0px;
  margin-bottom:0px;
  padding-top:0px;
  padding-bottom:0px;
  }

ul {
	margin-top: 5px;
	}

