@media all
{
	body
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #666666;
		margin: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	table.layout
	{
		width:100%;
		padding-top: 20px;
		background-color: white;
 	}
	table.paua
	{
		background-image: url(/images/awhina_paua.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}
	td.spacer
	{
 		background-image: url(/images/clear.gif);
 	}
	.form
	{
		font-family: Arial, Helvetica, sans-serif;
		color: #e1081e;
		font-weight: bold;
		font-size: 8pt; 
		text-decoration: none;
		background-color: white; 
		border: solid 1px #cccccc;
	}
	.button
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: white;
		font-weight: bold;
		text-transform: lowercase;
		background-color: #24878D;
		border: outset 1px #24878D;
	}
	.txt_small
	{
		font-size: 7.5pt;
		color: #999999;
		line-height: 14px;
	}
	a
	{  
		color: #24878D; 
		text-decoration: none;
	}
	a:hover
	{
		color: #999999; 
		text-decoration: underline
	}
	.home-lower-lnk:link, .home-lower-lnk:visited, home-lower-lnk:active
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 7.5pt;
		color: #24878D;	
		font-weight: bold;	
	}
	.home-lower-lnk:hover
	{
		color: #999999;
		text-decoration: underline;		
	}
	ul 
	{
		list-style-image: url(/images/ul_list_level1.gif);
	}
	ul ul 
	{
		list-style-image: url(/images/ul_list_level2.gif);
	}
	.txt_normal, td
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #666666;
		line-height: 12pt;
	}
	.txt_large
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		color: #24878D;
		line-height: 14pt;
	}
	.txt_awhina_green
	{
		color: #24878D;
		font-weight: bold;
	}
	h1
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:10pt;
		color:#24878D;
		text-decoration:none;
		font-weight:bold;
		line-height:15pt;
	}
}
@media print
{
}