.TableHeader 
{ 
  font-family: Verdana, "MS Sans Serif", Arial;
  height: 21;
  background-color: rgb(64,160,192); 
  color: rgb(255, 255, 255); 
  font-size: 9pt; 
  font-weight: bold
}
.Banner
{ 
  font-family: Verdana, "MS Sans Serif", Arial;
  background-color: rgb(64,160,192); 
  color: rgb(255, 255, 255); 
  font-size: 8pt
}
.Navigation
{ 
  font-family: Verdana, "MS Sans Serif", Arial;
  color: rgb(255, 255, 255); 
  font-size: 8pt; 
  font-weight: bold; 
  text-decoration: none
}
.NavigationSelected
{ 
  font-family: Verdana, "MS Sans Serif", Arial;
  background-color: rgb(255, 255, 255); 
  color: rgb(52,132,158); 
  font-size: 9pt; 
  font-weight: bold;
  text-decoration: none
}
.Navigation a
{
  color: rgb(255, 255, 255);
  text-decoration: none
}
.Banner a
{
  color: rgb(255, 255, 255);
  text-decoration: none
}
a
{
  color: rgb(50,126,152);
  text-decoration: none
}
a:link
{
  text-decoration: none
}
a:visited
{  
  text-decoration: none 
}
a:active
{  
  text-decoration: underline
}
a:hover
{
  text-decoration: underline
}
body         
{ 
  font-family: Verdana, "MS Sans Serif", Arial;
  background-color: rgb(255,255,255); 
  color: rgb(0,0,0); 
  font-size: 8pt
}
table        
{ 
  font-family: Verdana, "MS Sans Serif", Arial;
  color: #000000; 
  background-color: #FFFFFF; 
  font-size: 8pt;
  width:740;
  cellspacing: 0;
  cellpadding: 6; 
  border: 0px none; 
}
h1, h2, h3, h4, h5, h6
{
  font-family: Century Gothic, Arial, Helvetica;
  color: rgb(28,81,107)
}