﻿html { 
  margin:0; padding:0;
  overflow-y: scroll;
}
body {
  padding: 0;
  font-family:'Verdana, Arial, sans-serif';
  font-weight: 400;
  font-size:13pt;
  color: #384758;
}
.outside_container {
  text-align: left; 
  width: 1000px;
  margin: auto;
  padding:1px 15px 15px 15px;
  background-color: #FFF;
}
#content {
  /*min-height:500px;*/
}
table.content {
  width: 100%;
  /*min-height: 500px;*/
  margin: 0px;
  padding: 0px;
  background-color: white;
  font-size: 1em;
  margin-top:10px;
}
table.content td.content_header {
  display:none;
  font-family: 'Roboto Slab', serif;
  font-size:16pt;
  height:50px;
  vertical-align:middle;
  padding: 0px;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
}
table.content td {
  vertical-align: top;
  text-align:left;
}
table.content td p{
  margin-top: 0em;
  margin-bottom: 0.8em;
}
table.content p.subtitle {
  font-family: "Roboto Slab", serif;
  font-size: 12pt;
  font-weight:bold;
  margin-top: 1.4em;
  margin-bottom: 0.6em;
}
.subtitle {
  font-family: "Roboto Slab", serif;
  font-size: 12pt;
  font-weight:bold;
  margin-top: 1.9em;
  margin-bottom: 0.6em;
}
.first {
  margin-top: 0.6em;
}
table.content p.underline {
  margin-top:0.5em; 
  margin-bottom:0.1em; 
  padding:0:
}
table.content td.underline {
  padding:5px;
}
table.more_info {
  display:table;
  border:1px silver solid;
  margin-top:5px;
}
table.more_info td {
  padding:4px 10px 18px 10px;
}
table.announcement {
  display:table;
  border:1px grey double;
  margin-top:5px;
}
table.announcement td {
  padding:18px 10px 18px 10px;
}
table.content td.smaller {
  display:block;
  font-size:14pt;
  padding-bottom:15px;
}

table.content td ul {
  padding:0; margin:0;
  list-style: none;
}
table.content td ul li {
  display:table;
}
table.content td ul li:before {
  content: '-';
  display: table-cell;
  padding-right: 5px;
}
table.content td ol {
  list-style: decimal;
  padding: 0;
  margin: 0 0 0 20px;
}
table.content td ol li{
  padding:5px;
  /*display: block;*/
}

.quick_nav {
	font-family:'Verdana, Arial, sans-serif';
  font-weight: 400;
  font-size:13pt;
  color: #384758;
}

.overlay {
  font-family: "Roboto Slab", serif;
  font-size: 11pt;
  color: inherit;
  background-color: #CFD8E0;
}

a.toggle {
  display: inline;
  text-decoration: none;
  color: inherit;
  font-style:italic;
}

.hide{ display:none; }
.underline { text-decoration: underline; }
.a { 
  text-decoration: none;
  color: #384758;
}
.bold{ font-weight: bold; }

.with_corners{ 
  border-radius: 4px;
  padding-bottom:14px;
}
.normal{ font-weight: normal; }
.small { font-size: x-small; }
.xx_small { font-size: xx-small; }
.boxed { border:1px navy solid;}

.none {
  margin: 0px; padding:0px;
  border-style: none;
  border-width:0px;
}
.centered { text-align:center; }

hr{
  background-color: #004A94;
  border:none;
  height:1px;
}

img {
  padding:0px; margin:0px;
  border-width: 0px;
  border-style: none;
}
image {
  border-style: none;
  border-width: 0px;
}
.boxed_1 {
  border: 1px solid #808080;
}
.boxed_none {
  border: 0px none #fff;
}

