		div, html, body, p,img,
		h1, h2, h3, h4, h5, h6, td
		form, fieldset, a, img, a img, br, button, dl, dt, dd {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
		}
		
		*{
			outline-style:none;
			outline:none;
		}
		
		form {
			margin-bottom:0;
			padding:0;
			margin-top:0;
		}
		 
		 html {
			margin:0;
			padding:0;
			width:100%;
			height:100%;
			font: 62.5%/1.4 Arial, Helvetica, Verdana, sans-serif;
			color: #555;
			background: #fff;

		}
		 
		 body {
			margin:0;
			padding:0;
			height:100%;
			background:transparent;
			font-size:1.4em;
			text-align:left;
			width:100%;
		}

		a, a:visited{
			color: #1d6400;
			text-decoration: underline;
		}
		
		a:hover{
			text-decoration: none;
		}
		
		div	{
			zoom:1;
			h\eight:1%;
		}
		
		.test{
			border:1px solid red;
		}
		
		div.outer{
			margin: 0 auto;
			position: relative;
			width:1000px
		}
		
				
		h5{
			font-size: 1.2em;
		}
		
		h4{
			font-size: 1.4em;
		}
		
		h3{
			font-size: 1.5em;
		}
		
		h2{
			font-size: 1.7em;
		}
		
		h1{
			font-size: 2em;
		}
		
		h1, h2, h3, h4, h5{
			margin-bottom:0.3em;
			font-family: 'Trebuchet MS', Arial, sans-serif;
			color: #515151;
		}
		
		p{
			margin-bottom: 15px;
		}
		
		.footer{
			background: #1d6400 url('/img/header.gif') 0% 100% repeat-x;
			height: 60px;
			color: #fff;
			padding: 10px 0;
			border-top:1px solid #1d6400;
		}
		
		.header{
			background: #1d6400 url('/img/header.gif') 0% 0% repeat-x;
			height: 150px;
			color: #fff;
			border-bottom:1px solid #1d6400;
		}
		
		.footer, .header{
			font-size: 12px;
		}
		
		.footer a, .footer a:visited, .header a, .header a:visited{
			color: #fff;
		}
		
		table.mt{
			margin: 20px 0;
			width:100%
		}
		
		td.lmenu{
			width:160px;
			padding-right: 20px;
			vertical-align:top;
			
		}
		
		td.lmenu div.menu a{
			font-family: 'Trebuchet MS', Arial, sans-serif;
			font-size: 18px;
			
		}
		
		td.content{
			vertical-align:top;
		}

td.content table{border-collapse:collapse; margin: 3px}
td.content table tr td{border:1px solid #333; padding: 4px}
		
br.clear{
	clear: both
}	

span.row{
display:block;
margin-bottom:10px;
overflow:hidden;
}

span.lside{
display:block;
width:19%; 
float:left;
}

span.rside{
display:block;
width:79%; 
float:right;
}

span.rside input{
font-family: Arial, Helvetica, sans-serif;
height: 1.1em;
font-size:1.1em;
width:98%;
}

span.rside textarea{
font-family: Arial, Helvetica, sans-serif;
font-size:1.1em;
width:98%;
}

input.send{
font-size:1.5em;
}

	

.footer .outer a{margin: auto 3px}
