body	{
			background-color: #669933;
			background-attachment: fixed;
			background-image:url("images/backgrnd.jpg");
			background-position:top center; 
			text-align: center;
			color: #000000;
		}

table	{
			table-layout: fixed;
			background-color: transparent;
		}

td		{
		background-color: #cccc99;
		text-align: center;
		}
		
h1		{
			color: #000099;
			font-size: 28pt;
			font-weight: bold;
			text-align: center;
		}
		
h2		{
			color: #000099;
			font-size: 20pt;
			text-align: center;
			font-weight: normal;
		}
		
a:link	{
			color: #000099;
			text-decoration: underline;
			font-weight: bold;
			font-size: 14pt;
		}

a:visited	{
			color: #660099;
			text-decoration: underline;
			font-weight: bold;
			font-size: 14pt;
			}

a:active	{
			color: #9999cc;
			text-decoration: underline;
			font-weight: bold;
			font-size: 14pt;
			}
			
a:hover	{
			color: #00cc99;
			text-decoration: underline;
			font-weight: bold;
			font-size: 14pt;
		}

.error	{
		color: #000000;
		width: auto;
		font-size: medium;
		background-color: #ff6600;
		border-color: #330000;
		border: none;
		padding: 5%;
		text-align: center;
		}

.copyw	{
		color: #cc0000;
		font-size: medium;
		border: none;
		text-align: center;
		}
.text1 {
		color: #000000;
		font-size: medium;
		padding-top: 5pt;
		padding-bottom: 5pt;
		width: 100%;
		}

.bodytext {
		text-align: justify;
		color: #000000;

		
		}
		
ul 		{
		padding-left: 10%;
		}

.table01		{
		background-color:transparent;
		vertical-align:top;
		}