	body {
				background-color: #093104;
				 background-image: url(images/bodyback.jpg);
				font-family: "Verdana", "Arial", Helvetica, Sans-Serif; 
				font-size: 10pt;
				text-align:center;
				}
			td {
				background: transparent;
			}
			td.topleft {	
				width:22px;
				height: 22px;
				background-image: url(images/topleft.png);
				background-color: transparent;
			}
			td.topright {	
				width:22px;
				height: 22px;
				background-image: url(images/topright.png);
				background-color: transparent;
			}
			td.bottomleft {	
				width:22px;
				height: 22px;
				background-image: url(images/bottomleft.png);
				background-color: transparent;
			}
			td.bottomright {	
				width:22px;
				height: 22px;
				background-image: url(images/bottomright.png);
				background-color: transparent;
			}
			td.top {
				height: 22px;
				background-image: url(images/top.png);
				background-color: transparent;
			}
			td.bottom {
				height: 22px;
				background-image: url(images/bottom.png);
				background-color: transparent;
			}
			td.left {
				width: 22px;
				background-image: url(images/left.png);
				background-color: transparent;
			}
			td.right {
				width: 22px;
				background-image: url(images/right.png);
				background-color: transparent;
			}
			td {
				background-color: #ffffff;
				
			}
			h1 {
				text-align: center;
			}
			p {
				text-align: justify;
				
			}
			h2 {
				text-align: center;
			}
			h4 {
				text-align: center;
				font: bold 12pt "Verdana", "Arial", Helvetica, Sans-Serif;
				color: green;
			}
			h6 {
				font: 8pt "Verdana", "Arial", Helvetica, Sans-Serif;
			}
			img {
				border: none;
				}
			.invisible {
				background-color:#ffffff;
				color: #ffffff;
				}
			input {
				border: 2px inset green;
				background-color: #ffffff;
				width: 200px;
				}
			input.submit {
				width: 100px;
				background-color: orange;
				border: 4px outset orange;
				font: 12pt bold "Verdana", "Arial", Helvetica, Sans-Serif;
				}
			textarea {
				background-color: #ffffff;
				border: 2px inset green;
				width: 200px;
				height: 100px;
				}
			hr {
				color: green;
				background-color: green;
				border: 2px outset green;
				width: 370px;
				}
			li {
				text-align: left;
			}
