<style type="text/css" media="screen">
	body
	{
		margin: 0;
		padding: 0;
	}
		
	#iia_header 
	{
		float: center;
		height: 85px;
		background-color: navy;
		color: white;
		font-size: 14pt;
		font-weight: bold;
		font-family: arial;
		width: 80%;
		text-align: left;
		margin-bottom: 10px;
	}

	#iia_blank
	{
		float: left; 
		width:10%;
		height:  400px;
		margin-bottom: 10px;
	}

	#iia_nav
	{
		float: left; 
		width:10%;
		height:  500px;
		background-color: #C6E2FF;
		font-size: 12pt;
		font-weight: bold;
		font-family: arial;
		margin-bottom
	}

	#iia_rightnav
	{
		float: right; 
		width:10%;
		height:  500px;
		background-color: #C6E2FF;
		font-size: 12pt;
		font-weight: bold;
		font-family: arial;
		margin-bottom: 10px;
	}
			
	#iia_body
	{
		float: left; 
		width:60%;

		background-color: #FFFFFF;
		margin-bottom: 10px;
	}
			
	#iia_footer
	{
		float: center;
		height: 20px;
		background-color: navy;
		color: white;
		font-size: 8pt;
		font-weight: bold;
		font-family: arial;
		width: 80%;
	}

	.clsRowOdd 
	{
		color:navy; text-decoration:none; font-family: arial; background: #FDF8FF;font-size:8pt;valign=center
	} 

	.clsRowEven 
	{
		font-family: arial; background: #C6E2FF;font-size:8pt;valign="center"
	}

	.clsTitle 
	{
		color:navy; text-decoration:none; font-family: arial; background: #C6E2FF;font-size:13pt;font-weight: bold;valign=center
	}

	.hideDiv
	{
    		display: none;
	}

	.showDiv
	{
    		display: block;
	}


</style>
