
	html, body
	{
		margin: 0px;
		
		background-color: #ffffff;
		
		font-family: "Lucida Grande", sans-serif;
		font-size: 12px;
		
		color: #4e4e4e;
	}
	
	.img 
	{ 
		border-color: #4e4e4e;
		border-width: 2px;	
		vertical-align: middle;
		border-style: solid;
	}
	
	h1
	{
		font-size: 24px;
		font-weight: bold; 
	}

	h2
	{
		font-size: 18px;
		font-weight: bold; 
	}	
		
	h3
	{
		font-size: 1em;
		font-weight: bold; 
		
		color: #2880e2;
	}
	
	h4
	{
		margin-top: 3em;
		
	    font-size: 1.3em;
	    font-family: Helvetica;
	    text-shadow: 3px 3px 2px #dbdbdb;
	
	    color: #3d3d3d;
	}
	
	a:link		{text-decoration: none; color: #4e4e4e}
	a:visited	{text-decoration: none; color: #4e4e4e}
	a:hover		{text-decoration: none; color: #4e4e4e}
	
	.topbar
	{
		height: 155px;
		width: 766px;
		
		border: 0px solid #d8d8d8;
		
		margin-top:	5px;
		margin-right: auto;
		margin-left: auto;
		
		font-family: "Lucida Grande", sans-serif;
		font-size: 13px;
		font-weight: bold;

		word-spacing: 2pt;
		
		color: #4e4e4e;
		
		background-color:	#FFFFFF;
	}
	
	.box {
	border: 1px solid #d8d8d8;
	background-color: #ebebeb;
	}
	
	.document_content 
	{
		width: 716px;
				
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		
		border: 0px solid #d8d8d8;

		
		padding: 0px;
						
		background-color:   #ffffff;

		line-height: 24px;

		color: #4e4e4e;
		
		text-align: justify;
	}
	
	.document_footer 
	{
		width: 716px;
		
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		
		border: 0px solid #d8d8d8;
		
		padding: 25px;
						
		background-color: #ffffff;
	
		font-size: 11px;
		font-weight:bold;
	
		color: #767676;
	}
	
