body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.separator_title_line {
	border-top: 1px solid #000000;
}

.top_nav {
	border: 0;
    padding: 1;
    spacing: 1;
    font-weight: bold;
}

.top_nav_cell {
	width: 90px;
    border: 1px solid #000000;
    text-align: center;
    background-color: #E7E7F7;
}

a.top_nav_link {
    text-decoration: none;
    color:#000000;
}

a.top_nav_link:hover {
    color:#0000E0;
}

.cat_offset_tbl {
	width: 23px;
}

.cat_cell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: smaller;
}

a.cat_link {
	text-decoration: none;
	color:#000000;
}
a.cat_link:hover {
	text-decoration: underline;
	color:#0000CC;
}


