a:link { color: #036394 }
a:visited { color: #666677 }

p,td
{
font-family: Arial;
font-size: 10pt;
}

h1
{
font-family: Arial;
font-size: 16pt;
color: #036394;
font-weight: bold;
}

.h2
{
font-size: 12pt;
color: #036394;
font-weight: bold;
}

h2
{
font-size: 12pt;
color: #036394;
font-weight: bold;
}

.highlight
{
color: #036394
}

.darkBlue
{
  color:#036394;
}

.kbTableClass
{
  background: #888888;
}

.kbHeaderTrClass
{
  color:white;
  font-weight:bold;
  background:#164A69;
}

.kbTrClass
{
  background:#EEEEEE;
}

.btnStyle
{
  font-family:tahoma,sans-serif;
  font-size:11px;
  background: #cccccc;
  border-bottom: 1px solid #888888;
  border-right: 1px solid #888888;
  border-left: 1px solid #aaaaaa;
  border-top:1px solid #aaaaaa;
  color:#000000;
  height:20px;
  text-decoration:none;
  cursor:hand
}

.textBoxStyle
{
  font-family:sans-serif;
  font-size:12px;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
  border-top:1px solid #666666;
  color:#000000;
  height:20px;
  text-decoration:none;
}

.textAreaStyle
{
  font-family:sans-serif;
  font-size:12px;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
  border-top:1px solid #666666;
  color:#000000;
  text-decoration:none;
}

.monospaceStyle
{ 
  white-space:pre;
  font-family:monospace; 
  font-size:10pt; 
}