<!--
	html {
		height: 100%;
		overflow: auto;
	}
	body {
		height: 100%;
		background-color: #032008;
		margin: 0;
		padding: 0;
	}
	h1,h2,h3,h4{
		font-family:Arial, Helvetica, sans-serif;
		color:#ffffff;
		margin:0 0 0 100px;
	}
	h1{
		font-size:1.1em;		
		margin:50px 0 29px 100px;
		font-weight:bold;


	}
	h2{
		margin:70px 0 0 100px;
		font-size:0.95em;
		font-weight:bold;
	}
	h3{
		font-size:0.8em;
	}
	h4{
		font-size:0.75em;
	}
	
	p{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
		color:#ffffff;
		margin:10px 0 30px 100px;
		width:500px;
		line-height: 18px;
		text-align:justify;
	}
	p a,h4 a{
		color:#ffffff;
		border:none;
		text-decoration:underline;
	}
	#flash {
		
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
		width:  100%;

		/*
		width :  800px;
		height:  600px;
		
		position: absolute;
		top     : 50%;
		left    : 50%;
		
		margin-top : -300px;
		margin-left: -400px;
		*/
	}
-->
	
	
