body
{
  font-family: Verdana,Arial,Helvetica; 
  font-size: 8pt;
  background-color: white;
  margin: 0pt;

}

table
{
  font-family: Verdana,Arial,Helvetica; 
  font-size: 8pt;
}

input
{
  font-family: Verdana,Arial,Helvetica; 
  font-size: 8pt;
}

select
{
  font-family: Verdana,Arial,Helvetica; 
  font-size: 8pt;
}

td
{
  vertical-align: top;
  padding: 0px;
  line-height: 150%;
}

td.content
{
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 130%;
}

td.inner-content
{
  padding: 1px;
  padding-left: 1px;
  padding-right: 1px;
}

td.headerline
{
  width: 100%;
  background-color: #CECECE;
  height: 3px;
}

td.headerline-thin
{
  width: 100%;
  background-color: #CECECE;
  height: 2px;
}

td.navigation-left
{
  width: 160px; 
  height: 500px;
  background-image: url('../images/main-bg_left_02a.jpg'); 
  background-repeat: repeat-y; 
  background-color: #FFFFFF;
}

td.news-navigation-left
{
  width: 151px; 
  height: 849px;
  background-image: url('../newsletter/common/left_side.gif'); 
  background-repeat: repeat; 
  background-color: #FFFFFF;
}

td.entity-navigation-left
{
  width: 150px; 
  border-bottom: 1px solid #999999;
}

td.navigation-right
{
  width: 150px; 
  background-color: white;
  border-left: 1px solid #CECECE;
}

td.blackbox
{
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

td.entity-navigation-right
{
  width: 150px; 
  background-color: white;
  border-bottom: 1px solid #CECECE;
}

td.front-page-heading-split
{
  background-color: #CECECE;
  padding: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

td.news-page-footer
{
  padding-top: 2px;
  padding-bottom: 2px; 
  padding-left: 1px;;
  font-size: 10px;
  font-family: verdana;
}


/*  Common
    The common class indents <td> text by 5px

*/
td.common
{
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  
}

*.common a 
{
}

*.common a:hover 
{
}

*.common a:visited 
{
}

*.common a:active 
{
}
/* END OF CLASS: common */


td.frontpage
{
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 140%;
}




/*  CLASS       : link
    DESCRIPTION : class to be used for blue hyperlink text
*/
*.link a 
{
  color: blue;
}

*.link a:hover
{
  color: blue;
}

*.link a:visited
{
  color: blue;
}

*.link a:active 
{
  color: blue;
}
/* END OF CLASS: link */



/*  CLASS       : nav-link
    DESCRIPTION : class to be used for black hyperlink text
*/
*.nav-link a 
{
  color: black;
}

*.nav-link a:hover 
{
  color: black;
}

*.nav-link a:visited 
{
  color: black;
}

*.nav-link a:active 
{
  color: black;
}
/* END OF CLASS: nav-link */


/*  CLASS       : header-link
    DESCRIPTION : class to be used for grey hyperlink text
*/
*.header-link a 
{
  color: #666666;
}

*.header-link a:hover 
{
  color: #666666;
}

*.header-link a:visited 
{
  color: #666666;
}

*.header-link a:active 
{
  color: #666666;
}
/* END OF CLASS: nav-link */


/*  CLASS       : A
    DESCRIPTION : Sets hyperlinks to underline when hovered
*/
a:link
{
  text-decoration: none;
}

a:visited
{
  text-decoration: none;
}

a:active
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}
/* END OF CLASS: A */


/*  CLASS       : padded8px
    DESCRIPTION : Pads text by 8 pixels
*/
*.padded8px
{
  padding-top: 5px;
  padding-bottom: 5px; 
  padding-left: 8px;
}
/* END OF CLASS: padded8px */

/*  CLASS       : padded3px
    DESCRIPTION : Pads text by 3 pixels
*/
*.padded3px
{
  padding 2px;
  padding-right: 3px; 
  padding-left: 3px;
}
/* END OF CLASS: padded8px */


*.middle
{
  vertical-align: middle;
}

*.thetop
{
  vertical-align: top;
}

*.center
{
  align: center;
}

*.bold
{
  font-weight: bold;
}

*.heading2 /* Small Heading */
{

  font-weight:bold;
  font-size: 12px;
  font-family: verdana;color: #404040;
}

*.heading1 /* Paragraph Heading */
{

  font-weight:bold;
  font-size: 14px;
  font-family: verdana;color: #666666;
  line-height: 125%
}

*.heading0  /* Main Page Heading */
{

  font-weight:bold;
  font-size: 20px;
  font-family: verdana;color: #666666;
  line-height: 100%
}

*.front-page-heading
{

  font-weight:bold;
  text-align: left;
  font-size: 16px;
  font-family: verdana;color: #595555;
  text-align: center;
}

*.front-page
{

  font-size: 12px;
  font-color: blue;
}

pre
{
  width: 650px;
  padding-left: 5px;
  border-top-style: solid; border-top-color: #D3D3D3; border-top-width: 1pt;
  border-bottom-style: solid; border-bottom-color: #D3D3D3; border-bottom-width: 1pt;
  background-color: #F0F0F0;
}

*.stars 
{
  font-weight: bold; color: #D00000
}

*.input-button
{
  border-width: thin; 
  border-style: bump; 
  text-align: middle; 
  font-size: 1em; 
  font-weight: normal; 
  padding: 1px;
  height: 20px;
}

*.input-field
{
  padding-top: 3px;
  border-width: thin; 
  border-style: etch;
  font-weight: normal; 
  text-align: middle;
}

*.input-field-newaccount
{
  padding-top: 3px;
  border-width: thin; 
  border-style: etch;
  font-weight: normal; 
  text-align: middle;
  cell-padding: 2px;
}

table.description_table
{
  position: absolute; 
  border: 1px black solid; 
  background-color: lightyellow; 
  top:100; 
  display: none;
  z-index: 5;
}


*.xlight
{
  background-color: #EEE;
}

*.light
{
  background-color: #DDD;
}

*.medium
{
  background-color: #CCC;
}

*.dark
{
  background-color: #BBB;
}

*.xdark
{
  background-color: #999;
}

*.xxdark
{
  background-color: #666;
}

*.xxxdark
{
  background-color: #333;
}

*.black
{
  background-color: #000;
}

*.red
{
  background-color: #f00;
}

*.orange
{
  background-color: #f80;
}
/*
  Below are additional styles for Velocity road tour pages
*/
font.pointheaderb
{
  font-family: Verdana;
  font-size: 9pt;
  color: #666666;
  font-weight: 900;
}
font.point
{
  font-family:Verdana;
  font-size: 8pt;
  color: #666666;
  font-weight: 500;
}
font.pointheadersuper
{
  font-family: Verdana;
  font-size: 12pt;
  color: Black;
  font-weight: 900;
}
font.pointheadersuper2
{
  font-family: Verdana;
  font-size: 14pt;
  color: Gray;
  //font-weight: 700;
}

/* article styles */
.article-title
{
  font-family: verdana;
  color: black;
  font-weight: bold;
}

.article-subtitle
{
  font-family: verdana;
  color: #666666;
}
