h1 {
	font-family:      "Palatino Linotype", "Times New Roman", serif;
	font-size:         1.75em;
	font-style:        normal;
	font-weight:       bold;
	font-variant:      normal;
	margin-top:        1px;
	margin-bottom:     10px;
	text-align:        left;
  }

h2 {
	font:              italic bold 1.50em "Palatino Linotype", "Times New Roman", serif;
	color:             #000099;
	margin:            5px 0px 0px 0px;
	padding:           0px 0px 7px 0px;
  }

h3 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:         1.1em;
	font-weight:       bold;
	color:             #006600;
	margin:            0em 0em 0em 0em;
  }

h4 {
	font:              bold normal 1em Arial, Helvetica, sans-serif;
	color:             #000000;
	margin:            0px 0px 0px 0px;
  } 

h5 {
  font:              bolder normal 1em Arial, Helvetica, sans-serif;
  color:             #000000;
  width:             auto;
  margin-bottom:     0px;
  }

.right_header {
  }


.bullets_long {
  list-style:           square;
  margin:               0px 0px 3px 0px;
  padding:              3px 0px 3px 30px;
  }

.bullets_long li {
  margin:              0px 0px 3px 0px;
  padding:             0px 0px 3px 0px;

  list-style:          square;
  }             

.bullets_short {
  list-style:           square;
  margin:               0px 0px 3px 0px;
  padding:              3px 0px 3px 30px;
  }

.bullets_short3  {
	list-style:           square;
	margin:               0px 0px 0px 0px;
	padding:              3px 0px 0px 15px;
}
.bullets_short li  {
	padding:             0px 0px 3px 0px;
	margin:              0px 0px 0px 0px;
	list-style:          square;
  }          
  
.bullets_short2 {
  list-style:           square;
  margin:               2px 0px 3px 0px;
  padding:              3px 0px 3px 30px;
  }

.bullets_short2 li  {
  padding-bottom:       1px;
  list-style:           square;
  margin-bottom:        0px;
  }             

.bullets_long2 {
  list-style:           square;
  padding:              0px 0px 3px 10px;
  margin:               10px 0px 3px 0px;
  }

.bullets_long2 li {
  padding-bottom:       10px;
  list-style:           square;
  }     


/* long list numbers */

.numbers_long {
  list-style:           decimal;
  margin:               10px 0px 0px 0px;
  padding:              0px 0px 3px 30px;
  }

.numbers_long li {
  list-style:           decimal;
  padding-bottom:       10px;
  }             
  
  
.numbers_short {
  list-style:           decimal;
  margin:               2px 0px 3px 0px;
  padding:              3px 0px 3px 30px;
  }

.number_short li  {
  padding-bottom:       1px;
  list-style:           decimal;
  margin-bottom:        0px;
  }             





  
.left_image {
	float:                 left;
	width:                 auto;
	vertical-align:        top;
	padding:               5px 10px 5px 5px;
 }
 
 
 .left_right {
  float:                 right;
  width:                 auto;
  vertical-align:        top;
  padding:               5px 5px 5px 5px;
 }
 
.right_image {
  float:                 right;
  width:                 auto;
  vertical-align:        top;
  padding:               5px 5px 5px 5px;
 }
  

.center_image {
  padding:               0px 0px 0px 0px;

}  
  
.right_display {
	font-weight:         bold;
	font-size:           10pt;
	color:               #808000;
  }
  
  
.span_center {
    text-align: center;
 }
