body {
     font-family: Verdana, Arial, serif;
	 color: #000000;
	 font-size: medium;
	 background: transparent;
	 margin: 0px 0px 0px 0px;
}

p {
     font-family: Verdana, Arial, serif;
	 color: #000000;
	 padding-left: 6px; 
	 padding-right: 6px;
	 background: transparent;
	 font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
     font-family: Verdana, Arial, serif;
	 color: #006A9D;
	 background: transparent;
}

ul {
     list-style-type: square;
} 

.blu {
     color: #006A9D;
	 font-weight: 600;
	 background: transparent;
	 font-family: Verdana, Arial, serif;
}

.bg {
      background-image:  url('images/bg.gif');
	  background-position: top left;
	  background-repeat: repeat-y;
}

td.bgl {
      background-image:  url('images/l_bg.gif'); 
	  background-repeat: repeat-y;
}

table.center {
	  margin-left: auto; 
	  margin-right: auto;
	  text-align: center;
}

a:link    {
      color: #006A9D; 
      background: transparent; 
	  background-image: none; 
      text-decoration: underline;
}

a:visited {
      color: #0082BF; 
      background: transparent; 
	  background-image: none; 
      text-decoration: none;
}

a:hover   {
      color: #0082BF; 
      background: transparent;
	  background-image: none;
	  text-decoration: underline;
}

a:active  {
      color: #006A9D; 
      background: transparent;
	  background-image: none; 
}