/* Greyscale
Table Design by Scott Boyle, Two Plus Four
www.twoplusfour.co.uk
----------------------------------------------- */
body {
 margin: 0 auto;
 min-width: 360px;
 max-width: 1050px;
  /*background-color:#f8f8f8;*/
 background-color:#648aaf;
 padding-bottom:5px;
 /*text-align:justify;
 background:"backmain.jpg"*/
}
table.regtable {border-collapse: collapse;
border: 2px solid #000;
/*font: normal 80%/140% arial, helvetica, sans-serif;*/
color: #555;
background: #fff;}

table.regtable td, table.regtable th {border: 1px dotted #bbb;
padding: .3em;
}

table.regtable caption {padding: 0 0 .5em 0;
/*text-align: left;
font-size: 1.4em;
font-weight: bold;
text-transform: uppercase;*/
color: #333;
background: transparent;}

/* =links
----------------------------------------------- */

table.regtable a {padding: 1px;
text-decoration: none;
font-weight: bold;
background: transparent;}

table.regtable a:link {border-bottom: 1px dashed #ddd;
color: #000;}

table.regtable a:visited {border-bottom: 1px dashed #ddd;
color: #000;}

table.regtable a:hover {border-bottom: 1px dashed #bbb;
color: #666;}
