body {
	margin: 0 auto;
	padding: 0;
	background: #F5F5F5;
	color: #444;
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}


.headerText
{
	padding-top: 10px;
}

.menu
	{
	background-color: #c9c9c8;
	height: 20px;
	padding-top: 5px;
	}

.menu a
	{
	text-decoration: none;
	color: #8b8a89;
	}

.menu a:hover
{
	text-decoration: none;
	color: #8b8a89;
}

.menu a:visited
{
	text-decoration: none;
	color: #8b8a89;
}

.link
	{
	float: left;
	width: 30%;
	}