body 	{	text-align: center;
		background: #001;
		color: #fff;
		Font-Family: Trebuchet MS, Arial, San Serif;
		font-size: small;
		margin-top: 0px; }

H1,H2	{	text-align: center;
		color: #bcc; }

H3    {	    color: #bcc;  }

#main	{	width: 780px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		background: #012;
		border-style: solid;
		border-color: #034;
		border-width: 1px;
		padding: 10px;}

#footer	{	width: 780px;
		text-align: centre;
		margin-left: auto;
		margin-right: auto;
		background: #012;
		border-style: solid;
		border-color: #034;
		border-width: 1px;
		padding: 10px;}

#bodytext {	width: 750px;
		text-align: left;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: auto;
		margin-right: auto; }
		
input { margin: 0 auto; }

img { border: 0px; }

A:visited { color: #9aa; text-decoration: none; font-weight: bold; }
A:link	  { color: #9aa; text-decoration: none; font-weight: bold; }
A:active  { color: #9aa; text-decoration: none; font-weight: bold; }
A:hover   { color: #bbb; text-decoration: none; font-weight: bold; }

A.textButton:visited  { background: #034; color: #bbc; text-decoration: none; font-weight: bold; padding: 5px;}
A.textButton:link     { background: #034; color: #bbc; text-decoration: none; font-weight: bold; padding: 5px;}
A.textButton:active   { background: #034; color: #bbc; text-decoration: none; font-weight: bold; padding: 5px;}
A.textButton:hover    { background: #056; color: #fff; text-decoration: none; font-weight: bold; padding: 5px;}

table.button {  margin: 0 auto;
                text-align: center;}

table {   border: 1px solid #056;
          background-color: #013;
          margin: 0 auto;
          border-collapse: collapse;}

tr.hdr	{	  
                font-weight: bold;
                color: #fff;
                background-color: #023; }

tr { background-color: #001;
font-size: small; }

td {    border: 1px solid #034;
				text-align: left;
				padding: 4px; }				
				
                
hr { 	background-color: #034;
			color: #034;
			height: 1px;
			border: 0px;}
