body {
	font-family: Trebuchet, sans-serif;
	background: #ffffff;
     }
div.container {
    min-height: 10em;
	display: table-cell;
	vertical-align: middle
	}
	 
div.page {
    float: left;
	width: 100%
	background: #ffffff;
	}

	
div.left100 {
    float: left;
	width: 100px;
	}

div.left125 {
    float: left;
	width: 125px;
	}

div.left200 {
    float: left;
    width: 200px;
    }
	
div.left250 {
    float: left;
	width: 250px;
	}
	
div.left305 {
    float: left;
	width: 305px;
	}
	
div.left325 {
    float: left;
	width: 325px;
	}
	
div.left500 {
    float: left;
	width: 500px;
	}

	 
div.left810 {
    float: left;
	width: 810px;
	}

div.left825 {
    float: left;
	width: 825px;
	}
	
div.left850 {
    float: left;
	width: 850px;
	}

div.right600 {
    float: right;
    width: 600px;
    }
	 
h1 {
   font-size: 26pt;
   color: #663333;
   margin: 12pt;
   }
   
h2 {
   font-size: 18pt;
   color: #663333;
   margin: 8pt;
   }
   
h3 { 
   font-size: 14pt;
   color: #88563f;
   margin: 6pt;
   }

h4 { 
   font-size: 12pt;
   color: #88563f;
   margin: 6pt;
   }
   
h5 { 
   font-size: 10pt;
   color: #000000;
   margin: 6pt;
   }
   
img {
	margin: 1pt
}

img.right {
    float: right;
	}
	
img.left {
    float: left;
	}
	
p {
  font-size: 12pt;
  color: #000000;
  margin: 12pt;
  } 
  
p.smital_right{
  text-decoration: none;
  font-style: italic;
  font-size: 8pt;
  margin: 12pt;
  text-align: right;
  }
  
p.smital_left {
  text-decoration: none;
  font-style: italic;
  font-size: 8pt;
  margin: 12pt;
  text-align: left;
  }
  
 p.smital_center{
  text-decoration: none;
  font-style: italic;
  font-size: 8pt;
  margin: 12pt;
  text-align: center;
  }
  
p.left { text-align: left }

p.right { text-align: right }

p.center { text-align: center }

p.justify { text-align: justify }

.italic { font-style: italic } 

.underline { text-decoration: underline }
  
.bold { font-weight: bold }

a { 
  font-size: 12pt;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  color: #000000
  }

 
a.link {
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  color: #427310;
  }
  
p.centered {
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-weight: normal:
  color: #000000;
  }

p.specialcenter {
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-weight: normal; 
  color: #663333;
  }
  
p.quote {
  font-style: italic;
  text-align: left;
  text-decoration: none;
  font-size: 10pt;
  margin: 12pt;
  }
  
p.smallcenter {
  text-align: center;
  text-decoration: none;
  font-size: 10pt;
  margin: 12pt;
  }
  
p.small { 
  text-decoration: none;
  font-size: 10pt;
  margin: 12pt;
  }
  
p.exsmallcenter {
  text-align: center;
  text-decoration: none;
  font-size: 8pt;
  margin: 12pt;
  }
 
p.exsmall {
  text-decoration: none;
  font-size: 8pt;
  margin: 12pt;
  }
  
  
table {
  table-layout: automatic
  }

td {
	text-align: left;
}

th {
	text-align: left;
}

  
table.one {
  table-layout: automatic
  }
  
table.two {
  table-layout: fixed
  }
