			body {
			    	font-family:"Trebuchet MS",arial,verdana,sans-serif;
			    	font-size:14px;
			    	margin:0;
			    	padding:0;
					text-align:center;
					color:#000000;
					background-color: #ffffff;
			}
			
			img { border: 0px solid #000; }
    	a:link {
    		text-decoration:none;
    		color:#003366;
    		background-color:inherit;
    	}
    	a:visited{
    		text-decoration:none;
    		color:#007777;
    		background-color:inherit;
    	}
    	a:hover{
		    text-decoration:underline;
		    color:#ffffff;
		    background-color:#003366;
    	}
    	a:active{
				text-decoration:none;
				color:#ff0000;
				background-color:inherit;
    	}
		    	
    	p {
				font-size:1em;
				line-height: 2em;
				
			}
			
			p,h1,h2,h3,h4,h5,h6 {
				margin: 5px 0 10px 0;
				padding:0 0 0 0;
				display:block;
				clear:both;
				
			}
			h1 {
				font-size: 1.8em;
				font-weight: bold;
			}
			
			h2 {
				font-size: 1.5em;
				font-weight: bold;
			}
			
			h3 {
				font-size: 1.3em;
				font-weight: bold;
			}
			
			h4 {
				font-size: 1.2em;
				font-weight: bold;
			}
			h5 {
				font-size: 1.1em;
				font-weight: bold;
			}
			
			h6 {
				font-size: 1em;
				font-weight: bold;
			}
			
