a:link {
	color: #0A22FF;
}

a:visited {
	color: #0A22FF;
}

a:hover {
	color: #0099FF;
}

a:active {
	color: #0099FF;
}

body {
	background-color: #D6D3CE;
	margin: 5px;
}

table {
	width: 179px;
}

.category_item_title {
	font-weight: bold;
	color: #444;
	font-size: 13px;
}

.category_item_title_top {
    padding: 10px 0 0;
}

.category_item_title_inner {
}

.category_item_title a {
	color: #444;
	text-decoration: none;
}

.category_item_title a:hover {
	color: #0099FF;
	text-decoration: underline;
}

.category_item {
	font-size: 12px;
	padding: 0px;
	height: 1.5em;
	margin: 0px;
}

.link-highlight {
	background-color: #9DD539
}
	
td {
	text-align: center;
	margin: 0px;
	padding: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.helpButton {
	background-image: url('../px/circle-both.gif');
	background-position: 0 0;
	background-size: 12px 24px;
	display: inline-block;
	height: 12px;
	width: 12px;
	border: 0;
}

a.helpButton:hover {
	background-position: 0 -12px;
}

img.spacer12 {
	background-image: url('px/spacer.gif');
	border: 0;
	height: 12px;
	width: 12px
}