/* Dave Green
   d.green@sigmasys.co.uk

   (c) Sigmasys 2009
   You may make use of this under either a GPL or
   BSD license as you see fit. No warranty implied.
*/

strong { font-weight: bold }

.inline { display: inline; }

.underline { text-decoration: underline; }

.clearBoth { clear:both; ! important }
.floatLeft { float: left !important; }
.floatRight { float: right !important; }
.textLeft { text-align: left !important; }
.textRight { text-align: right !important; }
.textCenter { text-align: center !important; }

#footer { clear: both; }

.width540 { width: 540px }
.width480 { width: 480px }
.width420 { width: 420px }
.width360 { width: 360px }
.width300 { width: 300px }
.width240 { width: 240px }
.width180 { width: 180px }

a { 
  text-decoration: none;
  color: maroon;
  font-weight: bold;
  }

a:hover { color: #000 }

img { border: 0 }

.scaps { font-variant: small-caps }

span.nbr { white-space: nowrap !important }

