.body
{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	
}
.orange
{
	color: #E77919;
	text-decoration:none;
}
a.orange:hover
{
	color:#333333;
}
.grey
{
	color:#666666;
	text-decoration:none;
}
a.grey:hover
{
	color:#E77919;
}

h1
{
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	color:#333333;
	display:inline;	
}
h2
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#e77919;
	display:inline;
}
h3
{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	display:inline;
}
.inl
{
	font-family:Arial;
	font-size:12px;
	color:#666666;	
}
.inf
	{
		border-right: #cccccc 1px solid;
		border-top: #cccccc 1px solid;
		border-left: #cccccc 1px solid;
		border-bottom: #cccccc 1px solid;
		background-color: #ffffff;
	}
.error
	{
		font-family: Arial;
		color: Red;
		font-size: 12px;
	}
