td.thin 
  {
    border-collapse: collapse; 
    border: .05em solid #000; 
  }

td.blr
  {
    border: .05em solid #000; 
    border-top: 0;
  }

td.tlr
  {
    border: .05em solid #000; 
    border-bottom: 0;
  }

td.tbr
  {
    border: .05em solid #000; 
    border-left: 0;
  }

td.bl
  {
    border: .05em solid #000; 
    border-top: 0;
    border-right: 0;
  }

td.br
  {
    border: .05em solid #000; 
    border-top: 0;
    border-left: 0;
  }

td.b
  {
    border: .05em solid #000; 
    border-top: 0;
    border-right: 0;
    border-left: 0;
  }

td.l
  {
    border: .05em solid #000; 
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
  }

h1
  {
    font-family: arial;
    font-size: 24px;
    font-weight: bold;
  }

h2
  {
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
  }

h3
  {
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
  }

h4
  {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
  }

th
  {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
  }

td
  {
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
  }

td a:link
  {
    color:#30f;
    font-weight:normal;
	 text-decoration: none;
  }

td a:visited
  {
    color:#30f;
    font-weight:normal;
	 text-decoration: none;
  }

td a:hover
  {	
    font-weight:normal;
    color: #30f;
	 text-decoration: none;
  }

td a:active
  {
    font-weight:normal;
    color: #30f;
	 text-decoration: none;
  }

p
  {
    color:#000000;
    text-decoration: none;
    font:400 12px/20px Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    line-height:16px;
  }

ul
  {
    font-family: Arial, Helvetica, Sans-Serif;
    color:#000000;
    font-size: 14px;
  }

li
  {
    font-family: Arial, Helvetica, Sans-Serif;
    color:#000000;
    font-size: 14px;
    line-height:20px;
  }
