<!--
	body
	{
		background:		lightblue;
		color:			#b52811;
		font-family:	Verdana, verdana, verdana, verdana;
		font-size:		8pt;
		font-weight:	normal;
	}
	
	.normal
	{
		font-size:		7pt;
		font-weight:	normal;
		color:			#c8472e;
	}
		
	.normal_trans
	{
		font-size:		10pt;
		font-weight:	normal;
		color:			#c8472e;
		background:		#f5eee3;
	}
		
	.normal_bold
	{
		font-size:		7pt;
		font-weight:	bold;
		color:			#c8472e;
		background:		#e0cdad;
	}

	.boxborder
	{
		background:		blue;
		color:			white;
		font-weight:	normal;
		font-size:		10pt;
	}

	.boxtitle
	{
		background:		blue;
		color:			yellow;
		font-size:		11pt;
		font-weight:	bold;
	}
	
	.boxsubtitle
	{
		background:		#bae6f4;
		color:			white;
		font-size:		10pt;
		font-weight:	bold;
	}
	
	.boxtrans
	{
		color:			white;
		font-size:		8pt;
	}
		
	.boxblank
	{
		background:		white;
		color:			black;
		font-size:		8pt;
	}
	
	.boxcontent
	{
		background:		lightgrey;
		color:			black;
		font-size:		10pt;
	}
	
	.boxdark
	{
		background:		lightgrey;
		color:			black;
		font-size:		8pt;
	}
	
	.boxdark_bold
	{
		background:		#f5eee3;
		color:			#c8472e;
		font-size:		7pt;
		font-weight:	bold;
	}
		
	.boxlight
	{
		background:		lightblue;
		color:			black;
		font-size:		8pt;
	}
	
	.boxlight_bold
	{
		background:		#f9f6f1;
		color:			#c8472e;
		font-size:		7pt;
		font-weight:	bold;
	}
		
	.label
	{
		font-weight:	bold;
		font-size:		9pt;
	}
	
	A:visited{text-decoration:none; color:black}	
	A:link{text-decoration:none; color:black}
	A:hover{text-decoration:underline; color:000000}

	<font color=B1220B>
--!>

