body{
	background: White;
	font-family: Tahoma;
	font-size: 11px;
}
table{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	color: #C06969;
}
a.tiles{
	text-decoration: underline;
	color: #6E6B5A;
}
a.tiles:hover{
	text-decoration: none;
	color: #6E6B5A;
}
table#left-nav tr td a{
	display: block;
	width: 146px;
	height: 18px;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	color: #6E6B5A;
	font-size: 11px;
}
table#left-nav tr td a:hover{
	background: #C06969;
	color: White;
}
a.top{
	display: block;
	width: 146px;
	text-align: center;
	line-height: 20px;
}

