/* jsGuru.com base style sheet */
/* Windows Internet Explorer version */

body {
  color: White
}
a:link {  color: Black}

a:visited {  color: Black}

a:hover {  color: Black; background-color: #E1E1E1}

a:active {  color: Black}

.pt10 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt; 
  color: black;
  line-height: 12pt
}

.pt8 { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  color: black;
  line-height: 10.5pt
}

.pt6 { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 6pt; 
  color: black;
  line-height: 8.5pt
}

.code {	
  font-family: Courier New,Courier;
  font-size: 8.5pt;
  color: black;
}

.note { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  line-height: 12pt; 
  color: #003333; 
  font-weight: bold 
}

.subhead { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  line-height: 12pt; 
  color: #003333; 
  font-weight: bold 
}

.head { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
  line-height: 12pt; 
  color: #003333; 
  font-weight: bold 
}

.navigate {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  background: white;
}
