.head
	{
		font-family: Arial;
		color: #003399;
		font-weight: bold;
		font-size: 12pt;
		text-decoration: underline;
	}
	.head1
	{
		font-family: Arial;
		color: #003399;
		font-weight: bold;
		font-size: 12pt;
		
	}
.item
	{
		font-family: Arial;
		color: Black;
		font-weight: bold;
		font-size: 10pt;
	}
.data
	{
		font-family: Arial;
		color: Black;
		font-size: 10pt;
	}
.textbody
{
		font-family: Arial;
		color: Black;
		font-size: 10pt;
}
.error
	{
		font-family: Arial;
		color: red;
		font-weight: bold;
		font-size: 10pt;
	}
.dataerror
	{
		font-family: Arial;
		background-color: #ffbfbf;
		color: black;
		font-size: 10pt;
	}
.crumb
	{
		font-family : Arial;
		font-size : 10px;
		font-weight : bold;
		color : #003399;
		text-decoration : underline;
	}
.crumbhot
	{
		font-family : Arial;
		font-size : 10px;
		font-weight : bold;
		color : #0066ff;
		text-decoration : underline;
	}
.crumbon
	{
		font-family : Arial;
		font-size : 10px;
		font-weight : bold;
		color : #003399;
		text-decoration : none;
	}
	th
			{
				font-family: Arial;
				font-size: 10pt;
				font-weight: bold;
				background-color: #A6B8DB;
				padding-top: 2px;
				padding-bottom: 2px;
			}
	
