html{
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
}

a{
	color:#FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #444444;
}

a:hover{
	color: #AAAAAA;
	text-decoration: none;
}

a.logo{
	border-style: none;
}

.active_category{
	color:#CCCCCC;
	text-decoration: none;
}

td{
	color: #FFFFFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
}

.small_grey {
	font-size: 9px;
	color: #444444;
}
