*
	{
		font-family: 'Helvetica','Arial','sans-serif','sans';
		font-size: 12pt;
	}
	
body
    {
        background-color: #FFFFFF;
		height: 100%;
        background: #FFFFFF;
    }
	
h1
	{
		font-size: 14pt;
		font-weight: bold;
		margin-bottom: 0;
		margin-top: 0;
	}
h2
	{
		font-size: 10pt;
		font-style: italic;
		font-weight: normal;
		margin-bottom: 5px;
		margin-top: 0;
	}
table
	{
		background-color: #E5E5FF;
		border-color: #999999;
		border-top: 1px solid;
		border-left: 1px solid;
		border-right: 1px solid;
		border-bottom: 1px solid;
	}
table td
	{
		border-color: #999999;
		border-bottom: 1px solid;
	}
	
table.topchunk
    {
       
    }
