/* CSS Document */
body
{
	margin:0px;
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	background-color: #FFFFFF;
}

.title
{
	font-size:14px;
	color: #666666;
	font-weight: bold;	
}

td
{
	font-size: 12px;
}

.topimg
{
	margin-top:20px;
}

.topimg2
{
	margin-top:10px;
}

a
{
	font-size:14px;
	color:#666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}
.visiting
{
	color:#999999;
}