/*
  $Id: stylesheet.css,v 1.1.1.1 2003/09/18 19:06:01 wilt Exp $

  Copyright (c) 2008 AMS Capital Limited

*/

body {
  margin:0px; padding:0; background:#ffffff;
}

img {
  border:0;
}	

FONT, td, li, textarea, CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial;
  font-size: 11px; 
  line-height: 12px;
  color: #333333;
}

/* header */
.hdr1 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #a72e2e;
}

.hdr2 {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #31a72e;
}

.hdr3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #257fa4;
}

/* footer */
.footer { color: #666666; }
.footer a { text-decoration: none; }
.footer a:hover { color: #027444; text-decoration: underline; }