		body{
			text-align: center;
			margin:0px;
			background-color: #DACCBD;
			font-size: 12pt;
			font-family: Garamond, Georgia, Times New Roman, serif;
		}
		table.menu{
			width:100%;
		}
		table.content{
			width: 700px;
		}
		td.header{
			background-image: url(header.jpg);
			background-repeat: no-repeat;
			width: 700px;
			height: 300px;
		}
		td.leftmargin{
			width: 225px;
		}
		td.topmargin{
			height: 110px;
		}
		td.menu{
			text-align: center;
			width: 25%;
			padding: 10px;
			vertical-align: middle;
		}
		a:link, a:visited, a:active{
			color: #9C563A;
			text-decoration: none;
		}
		a:hover{
			text-decoration: underline;
		}
		a.menu:link, a.menu:visited, a.menu:active{
			display: block;
			margin-bottom: 0px;
			background-color: transparent;
			color: black;
			height: 20px;
			vertical-align: middle;
			border-top: 1px solid #BBBBBB;
			border-left: 1px solid #BBBBBB;
			border-bottom: 1px solid #000000;
			border-right: 1px solid #000000;
			text-decoration: none;
			text-transform: uppercase;
			font-weight: bold;
			padding-top: 4px;
			font-size: 14px;
		}
		a.menu:hover{
			display: block;
			background-color: #9C563A;
			color: white;
			height: 20px;
			vertical-align: middle;
			border-top: 1px solid #BBBBBB;
			border-left: 1px solid #BBBBBB;
			border-bottom: 1px solid #000000;
			border-right: 1px solid #000000;
			text-transform: uppercase;
			text-decoration: none;
			font-weight: bold;
			padding-top: 4px;
			font-size: 14px;
		}
		td.content{
			border: 1px dotted #666666;
			padding: 10px;
			background-color: #DDC8B9;
			text-align: left;
		}
		p.copy{
			font-size: 10pt;
			text-align: center;
		}
		h2{
			font-size: 16pt;
			font-weight: bold;
			text-align: center;
			color: #333333;
			border-bottom: 1px dashed #333333;
		}
		input{
			color: #955238;
		}
		td.formtd{
			font-size: 10pt;
		}
		input.button{
			background-color: transparent;
		}
		hr{
		height: 0px;
		border-top: 2px solid #955238;
		}
		
		img.imgcode{
			margin:5px;
			float: left;
		}
		pre{
			border: 1px solid #955238;
			font-size:10pt;
			background-color: #F3E7D9;
			margin-left: 5px;
			margin-right: 5px;
		}
		p.pcodes{
			font-weight: bold;
			border-bottom: 1px dashed #955238;
		}