div.15px_left_pad {
  padding: 15px;
}
div.10px_pad {
  padding: 10px;
}
div.dash10px {
  border: 1px dashed gray; 
  text-align: left; 
  padding:10px;
}
div.dash0px {
  border: 1px dashed gray; 
  text-align: left; 
  padding:0px;
}
div.dots5px {
  border: 1px dotted gray;
  text-align: left;
  padding:5px;
}


font.12pt_wh_ver {
  font-family: verdana, arial, sans-serif;
  font-size: 12pt;
  color: white;
}
font.10pt_wh_ver {
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
  color: white;
}
font.geog12 {
  font-family: georgia, times new roman, times, serif;
  font-size: 12pt;
}
font.geog10 {
  font-family: georgia, times new roman, times, serif;
  font-size: 10pt;
}
font.verd10 {
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
}

a.inline {
  color: #3366BB;
  text-decoration: none;
  border-bottom: dashed 1px #3366BB;
}
a.inline:hover {
  border-bottom: 0px;
}
a.inlineB {
  color: #BB3333;
  text-decoration: none;
  font-weight:bold;
  border-bottom: dashed 1px #BB3333;
}
a.inlineB:hover {
  border-bottom: 0px;
}
a.detail {
  font-weight: bold;
  text-decoration: none;
  color: #f9ca69;
  border-bottom: dashed 1px #f9ca69;
}
a.detail:hover { 
  border-bottom: 0px;
}
a.header {
  color: black;
  text-decoration: none;
  font-size: 9pt;
  font-family: verdana, arial, sans;
}
a.header:hover {
  border: dashed 1px #003366;
  background-color: #f7a700;
}


h1,h2,h3,h4 {
   font-family: verdana,arial,sans-serif;
}

h4 {
   color: white;
   background-color: #678090;
}
