/* header and the title text */

BODY
   {
      padding: 0.5em;
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 10pt;
   }

h1
   {
      font-family: arial;
      font-size: 14pt;   
      font-weight: bold;
      color: #037a2b;
      padding-top: 0;
      margin-top: 0;
   }

h2
   {
      font-family: arial;
      font-size: 11pt;   
      font-weight: bold;
      color: black;
   }


.header
   {
      margin: 0 0 0 0;
      padding: 0 0;
      background: white ;
      height: 80px;
      border: 0;
      width: 100%;
   }
   
.BB   
   {
      display:block;
      margin: 0;
      padding: 2px;
      font-family: arial;
      font-size: 10pt;
      font-weight: bold;
      background: black ;
      color: white;
      text-align: left;
   }
   
.GB
   {
      display:block;
      margin: 0;
      padding: 0.3em;
      font-family: arial;
      font-size: 20pt;
      background: #037a2b ;
      color: white;
      text-align: left;
      height: 35px;
      border: 1px solid gray;
   }

.crumbs
   {
      display:block;
      margin: 0;
      padding: 2px;
      font-family: arial;
      font-size: 8pt;
      background: white ;
      border: 0;
      color: grey;
      text-align: left;
   }
   
.headeritem
   {
      font-family: arial;
      font-size: 8pt;
      
      padding-top: 0px;
      padding-bottom: 0px;
      padding-left: 20px;
      padding-right: 0px;
      margin-top: 0px;
      
      border: 1px solid #999999;
      color: black;
      display: block;
      height: 18px;
      background: #cccccc url(./images/arrow_g2.gif) no-repeat 0px 0px;
   }
   
.homelink
   {
      display: block;
      color: white;
      text-decoration: none;
      background-color: black;
   }

.homelink:hover
   {
      color: black;
      background-color: #f0f0f0;
   }

   
.menublock
   {
      background-color: #666666;

      margin-top: 0px;
      margin-left: 15px;
      margin-bottom: 3px;
      border-top: 0px;
      border-left: 1px solid #999999;
      border-right: 1px solid #999999;
      border-bottom: 1px solid #999999;

      color: white;
      display: block;

      font-family: arial;
      font-size: 8pt;

      padding-top: 2px;
      padding-bottom: 2px;
      padding-left: px;
   } 
   
.menuitem
   {
      display: block;
      text-decoration: none;
      color: white;
      padding-left: 20px;
      padding-top: 2px;
      padding-bottom: 2px;
      background: url(./images/arrow.gif) no-repeat 0px 1px;
   }
   
.menuitem:hover
   {
      color: white;
      background-color: black;
   }
      
.core
   {
   display: block;
   border: 1px solid #999999;
   padding: 1em;
   font-family: verdana;
   font-size: 10pt;
   }

.core TD
   {
   font-family: verdana;
   font-size: 10pt;
   }
   
.footer
   {
      display: block;
      margin-top: 1em;
      padding-top: 1em;
      border-top: 1px dashed #999999;
      margin-left: 7px;
      margin-right: 7px;
      text-align: center;
      color: silver;
      font-size: 8pt;
      font-family: arial;
   }
   
.plain {  background-color: #FFFFFF; font-size: 9pt}
.plain2 { background-color: #CCFFFF; font-size: 9pt }

   .tab {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}
.right_image { float: right; }

.clear { 
   clear:both;
   height:1px; 
   overflow:hidden;
  }
.newinfo {
	COLOR: #ffffff;
	padding: 5px;
   padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #949494;
}
.newinfohighlight {
	COLOR: #ffffff;
	background-color: #3987BE;
   padding: 5px;
   text-decoration: none;
}
.newinfohighlight  A {
	COLOR: #ffffff;
	text-decoration: none;
}
