body {
	background-color: #E1DAD0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.bottomTile {
	background-color: #3E3E3E;
	background-image: url(~/images/bottom_tile.gif);
	background-repeat: repeat-x;
}
.current {
	color: #CCFF66;
	text-decoration: underline;
	font-weight: bold;
}
