/*
              Title:          simpletable.css 
      
              Author:         Global Web Limited
              Version:        36 
              Filename:       css/simpletable.css 
              Date:           20:42 6 July 2010
              File Type:      Style Sheet
      
              Copyright:      Copyright (c) 1994-2009 Global Web Limited.
                              All rights reserved.
      
              Address:        Global Web Limited
                              Twin Spires Business Park
                              Mugiemoss Road
                              Bucksburn
                              Aberdeen
                              AB21 9BG
                              United Kingdom
      
              Telephone:      +44 1224 454000
              Fax:            +44 1224 454001
              E-mail:         support@globalweb.co.uk
      	      Web:            http://www.globalweb.co.uk/
      
      */
      

.simpletable td
{
    border: 1px solid #333333;
    padding: 4px 4px 4px 4px;
    vertical-align: bottom;
}

.simpletable th
{
    font-weight: bold;
    border: 1px solid #333333;
    padding: 4px 4px 4px 4px;
    vertical-align: bottom;
}

.tdleft { text-align: left; } 

.tdcenter { text-align: center; } 

.tdright { text-align: right; } 
 

