	a
	{
		font-family: arial;
		font-size: 9pt;
		color: #000;
		text-decoration: underline;
	}
	a:hover
	{
		color: #555549;
	}

	div.copyright
	{
		margin-top: 75px;
	}
	div.copyright, div.copyright a
	{
		font-family: arial;
		font-size: 8pt;
		color: #000;
		text-decoration: none;
	}
	div.copyright a:hover
	{
		text-decoration: underline;
	}


	div.main_section
	{
		position: relative;
		width: 470px;
		height: 184px;
		background-color: #B0A892;
	}

	input.domain
	{
		position: absolute;

		top: 116px;
		left: 27px;
		width: 178px;
		height: 20px;

		border: 0px;

		padding-left: 4px;
		padding-right: 5px;
		font-family: arial;
		font-size: 10pt;
	}

	input.go
	{
		position: absolute;

		top: 115px;
		left: 210px;
		width: 49px;
		height: 25px;

		border: 0px;
	}

	img.rankimage
	{
		position: absolute;

		top: 86px;
		left: 288px;
		width: 121px;
		height: 88px;

		border: 0px;
	}

table.table_outer
{
	width: 500px;
	background-color: #DDDDDD;
}
table.table_outer td.caption
{
	padding-top: 3px;
	padding-bottom: 3px;
}
table.table_inner
{
	background-color: #FFFFFF;
}
table.table_content
{
	color: #000000;
}
table td
{
	color: #000;
	font-family: tahoma;
	font-size: 9pt;

}