/*
  Triagonal Software web pages style sheet.
  Created by:           P.M.Hounslow
  Created:              20:45 17/09/97
  Modified:             04/10/2004 12:13:23
*/
body {
  margin-left:	            2%;
  margin-right:		    2%;
  font-family:		    times;
  background-color:	    #f4fafa;
  color:                    #004040;
}

h1 {
  color:		   red;
  text-align:		   center;
  font-style:		   italic;
}

h2 {
  text-align:		   center;
}

a:link {
  text-decoration:	   none;
}

a:visited {
  text-decoration:	   none;
}

a:active {
  text-decoration:	   none;
}

address {
  text-align:		   right;
}

.centre {
  text-align:		   center;
}

.left {
  text-align:		   left;
}

.right {
  text-align:              right;
}

table
{
    margin-left:           5%;
    margin-right:          5%;
    border:                none;
    border-color:          #004040;
    border-width:          1;
}

table.wide {
    margin-left:           0%;
    margin-right:          0%;
  width:                   100%
}

table.narrow {
  margin-left:             auto;
  margin-right:            auto;
}

.menu {
  text-align:		   center;
  text-decoration:	   none;
  background:              #f4fafa;
  color:                   #004040;
}

.bar {
    text-decoration:       none;
    background:            #004040;
    width:                 1px;
    color:                 #000000;
    height:                1px;
}

th
{
    text-align:            left;
    vertical-align:        top;
}

td
{
    vertical-align:        top;
}

caption
{
    vertical-align:        top;
    white-space:           nowrap;
}
