/* CSS Document */

/*
   tnpi.biz css
*/

.green_dark { color: #224E3D; }
.grey_dark  { color: #999999; }
.grey_lite  { color: #CCCCCC; }
.blue_royal { color: #000099; }
.yellow     { color: #FFFF33; }
.mustard    { color: #CCCC00; }
.blue_lite  { color: #336699; }
.blue_med   { color: #003366; }
.black      { color: #000000; }
.white      { color: #FFFFFF; }

body, P, H1, H2, H3, H4, H5, H6, LI, TD, TH, DD, DT { 
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
body {
  padding: 5px;
}

a.white:link, a.white:hover, a.white:visited, a.white:active { color:#FFFFFF;   }
a.grey_light:link, a.grey_light:hover, a.grey_light:visited, a.grey_light:active { color:#CCCCCC;   }

a.eight:link, a.eight:hover, a.eight:visited, a.eight:active { font-size:  8pt; }
a.nine:link,  a.nine:hover,  a.nine:visited,  a.nine:active  { font-size:  9pt; }
a.ten:link,   a.ten:hover,   a.ten:visited,   a.ten:active   { font-size: 10pt; }

/*
a:link, a:visited, a:active {
  background:transparent;
}
a:hover {
  color:#FFFFFF; 
  background:#224E3D;
}
a.n:link, a.m:visited, a.m:active { 
  color:#FFFFFF; 
  background:#000099;
}
a.n:hover { 
  background:FFFFFF;
  color:#000099; 
}
*/

h1 { font-size: 20pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
h4 { font-size: 12pt; }
h5 { font-size: 10pt; }
h6 { font-size: 8pt;  }

.bold     { font-weight: bold; }

.sixteen  { font-size: 16pt; }
.fourteen { font-size: 14pt; }
.twelve   { font-size: 12pt; }
.eleven   { font-size: 11pt; }
.ten      { font-size: 10pt; }
.nine     { font-size:  9pt; }
.eight    { font-size:  8pt; }
.seven    { font-size:  7pt; }

p.boxed {
    background-color: #CCCCCC;
    border: thin solid #999999;
    left: 25px;
    padding: 5px;
    height: auto;
    width: auto;
    white-space: normal;
} 

div#tnpi_footer {
}
