/* file name printerfriendly.css */

p {
  font-family: times new roman, times, serif; 
  font-size: 12pt;
  color: #000000;
  padding: 7px 0px 7px 0px;
  margin: 0;
}

h1 {
  font-family: times new roman, times, serif; 
  font-size: 20pt;
  font-weight: bold;
  color: #000000;
  padding: 7px 0px 7px 0px;
  margin: 0;
}

h2 {
  font-family: times new roman, times, serif; 
  font-size: 18pt;
  font-weight: bold;
  color: #000000;
  padding: 7px 0px 7px 0px;
  margin: 0;
}

h3 {
  font-family: times new roman, times, serif; 
  font-size: 16pt;
  font-weight: bold;
  color: #000000;
  padding: 7px 0px 7px 0px;
  margin: 0;
}

h4 {
  font-family: times new roman, times, serif; 
  font-size: 14pt;
  font-weight: bold;
  color: #000000;
  padding: 7px 0px 7px 0px;
  margin: 0;
}

h5 {
  font-family: times new roman, times, serif; 
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
  padding: 7px 0px 7px 0px;
  margin: 0;
}

h6 {
  font-family: times new roman, times, serif; 
  font-size: 12pt;
  font-style: italic;
  color: #000000;
  padding: 7px 0px 7px 0px;
  margin: 0;
}

blockquote {
  font-family: times new roman, times, serif; 
  font-size: 11pt;
  color: #000000;
  padding: 20px 0px 20px 15px;
  margin: 0;
}

a:link, a:visited {
  font-family: times new roman, times, serif; 
  font-size: 12pt;
  font-style: underline;
  color: #000000;
}

*.center {
text-align: center;
}

ins {
  text-decoration: underlined;
}

ol li {
font-family: times new roman, times, serif; 
font-size: 12pt;
padding: 0px 20px 10px 10px;
}

ul li {
font-family: times new roman, times, serif; 
font-size: 12pt;
padding: 0px 20px 10px 10px;
}

img {
padding: 0;
margin: 10px;
}

table, table.border {
font-family: times new roman, times, serif; 
font-size: 12pt;
color: #000000;
border: 1px solid black;
margin: 5px;
}

table.no_border {
font-family: times new roman, times, serif; 
font-size: 12pt;
color: #000000;
border: 0;
margin: 5px;
}

td {
padding: 4px 35px 4px 4px;
}

td.med_blue {
background: #A5A4A4;
font-weight: bold;
padding: 2px;
}

td.light_blue {
background: #C8C7C7;
font-weight: bold;
padding: 2px;
}

td.footnote {
font-size: 11pt;
padding: 2px;
}

