div.not_found_title
{
	font: 20px tahoma;
	color: #1656a9;
	padding: 0 0 3px 5px;
	border-left: 3px solid orange;
	margin-top: 10px;
}
div.not_found_body
{
	padding: 20px 0 0 20px;
	font: 14px tahoma;
}
td.not_found_header
{
	border: 1px solid silver;
	padding: 5px;
	text-align: center;
	font: 14px arial;
}
a.not_found_back
{
	color: #1656a9;
	text-decoration: none;
}