#catsTable {
	width: 440px;
	border-collapse: collapse;
}
#catsTable td {
	width: 50%;
	padding: 10px;
	border-bottom: 1px dotted black;
	vertical-align: top;
}

#catsTable a.cat_main:link {text-decoration: none; color: #2f80b7; font-size: 12pt; font-weight: bold;}
#catsTable a.cat_main:visited {text-decoration: none; color: #2f80b7; font-size: 12pt; font-weight: bold;}
#catsTable a.cat_main:hover {text-decoration: underline; color: #2f80b7; font-size: 12pt; font-weight: bold;}
#catsTable a.cat_main:active {text-decoration: none; color: #2f80b7; font-size: 12pt; font-weight: bold;}

#catsTable a.cat_sub:link {text-decoration: none; color: gray; font-size: 8pt; font-weight: bold;}
#catsTable a.cat_sub:visited {text-decoration: none; color: gray; font-size: 8pt; font-weight: bold;}
#catsTable a.cat_sub:hover {text-decoration: underline; color: gray; font-size: 8pt; font-weight: bold;}
#catsTable a.cat_sub:active {text-decoration: none; color: gray; font-size: 8pt; font-weight: bold;}


#catsTable td.right_border {
	border-right: 1px dotted black;
}