@charset "ISO-8859-1";
@media all
{
	BODY
	{
		background-color: #74AAFC;
		color: #000000;
		font-family: Arial;
	}
	a
	{
		font-family: Arial;
		color: #000000;
		font-size: 10pt;
		TEXT-DECORATION: none;
		cursor: pointer;
	}
	A:link
	{
		font-family: Arial;
		COLOR: #000000;
		font-size: 10pt;
		TEXT-DECORATION: none;
		cursor: pointer;
	}
	A:visited
	{
		font-family: Arial;
		COLOR: #000000;
		font-size: 10pt;
		TEXT-DECORATION: none;
		cursor: pointer;
	}
	A:active
	{
		font-family: Arial;
		COLOR: #000000;
		font-size: 10pt;
		TEXT-DECORATION: none;
		cursor: pointer;
	}
	a:hover
	{
		font-family: Arial;
		color: #808080;
		font-size: 10pt;
		TEXT-DECORATION: none;
		cursor: pointer;
	}
	img
	{
		border: 0;
	}
	table
	{
		border-collapse: collapse;
	}
	input
	{
		background-color: white;
		font-family: Arial;
		font-size: 12px; 
		color: black;
	}
	input.red
	{
		background-color: red;
		font-family: Arial;
		font-size: 12px; 
		color: red;
	}
	#DATA
	{
		font-size: 10pt;
	}
}
