#local_plan_text {
  position: relative;
  clear: both;
  margin: 0px 20px 10px 20px;
  font-size: 0.8em;	
}

#local_plan_text h1 {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: 1em;
}

#local_plan_text h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.9em;
}

#local_plan_text h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.8em;
}

#local_plan_text p {
  margin-bottom: 1em;
}

#local_plan_text .bold {
  font-weight: bold;
}

#local_plan_text .underline {
  text-decoration: underline;
}

#local_plan_text .italic {
  font-style: italic;
}

#local_plan_text .strikethrough {
  text-decoration: line-through;
}

#local_plan_text table {
  border-collapse: collapse;
  empty-cells: show;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#local_plan_text .bordered {
  border: 4px solid black;
  padding: 8px 8px 8px 8px;
  margin-left: auto;
  margin-right: auto;
}

#local_plan_text th {
  border-bottom: solid 2px black;
  padding-top: 0px;
  padding-bottom: 3px;
  text-align: left;
  vertical-align: top;
}

#local_plan_text td {
  padding-top: 10px;
  padding-bottom: 3px;
  padding-left: 0px;
  padding-right: 10px;
  border-bottom: solid 1px black;
  vertical-align: bottom;
}

#local_plan_text .footnote {
  font-size: 0.9em;
}

div.numbered_paragraph {
  margin-bottom: 0em;
  width: 100%;
}

div.paragraph_number
{
  float: left;
}

div.paragraph_text
{
  margin-bottom: 0em;
  margin-left: 3em;
}

div.sub_paragraph_number
{
  float: left;
  margin-bottom: 0em;
}

div.sub_paragraph_text
{
  margin-left: 2em;
  margin-bottom: 0em;
}

div.policy
{
  background-color: #D9F2F2;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  font-weight: bold;
}

div.policy_conditions {
  margin-bottom: 0em;
  width: 100%;
}

div.policy_condition_number
{
  float: left;
  margin-left: 1em;
  margin-bottom: 0em;
}

div.policy_condition_text
{
  margin-left: 4em;
  margin-bottom: 0em;
}

.local_plan_list {
  margin-left: 1.5em;
}

.local_plan_list_item {
  margin-left: 0em;
  margin-bottom: 1em;
}

.textCaveat {
  clear: both;
  font-size: 0.8em;
  text-align: left;
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
}

/* Hides from IE5-mac \*/
* html div.paragraph_text {
  height: 1%
}
* html div.sub_paragraph_text {
  height: 1%
}
* html div.policy_condition_text {
  height: 1%
}
/* End hide from IE5-mac */ 
