html {
     overflow: -moz-scrollbars-vertical;
	 text-align: left;
}

body	{

	background-image: url(bg-tile.gif);
	background-repeat: repeat-x;
	margin: 0px;
}

table, tr, td	{

	text-align: left;
}
/* SITE HEADER */

.headerspace	{

	font-family: Tahoma;
	font-size: 11px;
	color: #656565;
	text-decoration: none;
	line-height: 40px;
	letter-spacing: 8px;	
}

.header	{

	font-family: Tahoma;
	font-size: 11px;
	color: #656565;
	text-decoration: none;
	line-height: 40px;
}

a.header	{

	font-family: Tahoma;
	font-size: 11px;
	color: #656565;
	text-decoration: none;
	line-height: 40px;
}

a.header:hover	{

	font-family: Tahoma;
	font-size: 11px;
	color: #656565;
	text-decoration: underline;
	line-height: 40px;
}