h4 {
    font-family: "Comic Sans MS";
    font-size: 14px;
}

.hr_white{
	 display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.cottageH1 {

   background: rgb(98,120,80);
   font-size: 18pt;
   font-family:"Comic Sans MS"; 
   color: White; 
   margin: 3px 2px 2px 2px; 
   padding: 2px;

}

.cottageH2 {

   background: rgb(98,120,80);
   font-size: 14pt;
   font-family:"Comic Sans MS"; 
   color: White; 
   margin: 3px 2px 2px 2px; 
   padding: 2px;

}

.center-text
	{
	text-align: center;
	align: center;
	font-family: "Comic Sans MS";
	}

.center-text-toc
	{
	text-align: center;
	align: left;
	font-family: "Comic Sans MS";
	}

.center-text-header-sm
	{
	text-align: center;
	align: center;
	font-family: "Comic Sans MS";
	font-size: 18px;
	}

.center-text-header-lg
	{
	text-align: center;
	align: center;
	font-family: "Comic Sans MS";
	font-size: 20px;
	}

.text-header-sm
{
 font-family: "Comic Sans MS";
 font-size: 14px; 
}

.para-text
{
 font-family: "Comic Sans MS";
 text-align: justify;
}

.small_text {
	font-size: x-small;
}

.speach_text {
	padding: 0px 15px 0px 15px;
	text-align: justify;
	font-size: 14px;
	font-style: italic;
}

.inline_italic{
	text-align: justify;
	font-size: 15px;
	font-style: italic;
}

.speach_text_table {
	padding: 0px 3px 0px 3px;
	vertical-align: top;
	text-align: justify;
	font-size: 14px;
	font-style: italic;
}

	
.new-page
{
 page-break-before: always;
 
}

.cottage_table {
  table-layout: fixed;
  margin: 0 auto;	
}

.td_width {
  width: 290px;
  padding: 0px;  
}



/*

John Mappin...

<o:p>
</o:p>


    Menu "Search" > "Mark".
    Set "Find what" to the string you want to count.
    Enable "In selection".
    Click "Mark All".
    The bottom of the dialog will update with "Mark: n matches.
    Click "Clear all marks" to remove the marks.


To add a word, such as test, at the beginning of each line:

        Type ^ in the Find what textbox
        Type test in the Replace with textbox
        Place cursor in the first line of the file to ensure all lines are affected
        Click Replace All button

To add a word, such as test, at the end of each line:

        Type $ in the Find what textbox
        Type test in the Replace with textbox
        Place cursor in the first line of the file to ensure all lines are affected
        Click Replace All button

Move text from the end of a line to the beginning
    Ctrl+H
    Find what: ^(.+?) - (.+?)$
    Replace with: $2 z $1
    check Wrap around
    check Regular expression
    DO NOT CHECK . matches newline
    Replace all



*/
