@charset "utf-8";
/* CSS Document */

.categorywrap{
	background: #373737;
	border: 5px solid #525252;
	padding: 2px;
	
}
.indexheaders{
	float: left;
	color: #f2f2f2;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	margin-bottom: -3px;
	text-align:center;
}

.fn{
	width: 20%;
}

.fd{
	width: 60%;
}

.flp{
	width: 20%;
	
}
.categorytitle{
	padding: 3px;
	border: 5px solid #525252;
	border-bottom: none;
	background: #373737;
	color: #f2f2f2;
	font-weight: bold;
	width: 200px;
	text-align:center;
}

.indexrow{
	width: 100%;
	background: #525252;
}
.indextable{
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.indextable a{
	color: #f2f2f2;
	text-decoration: none;
}
.indextable a:hover{
	text-decoration: underline;
}
.indexlink{
	color: #f2f2f2;
	padding: 2px;
}
.illp{
	font-size: 8px;	
}
.illp2{
	font-size: 9px;
}