/* CSS Document */
h1{
	font-weight:bold;
 	background:#7C6C5D;
 	color: #ffffff;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align:left;
 	padding:1px 1px 1px 3px;	
	margin-top:30px;
}

h2{
	font-weight:bold;
	margin:30px 0 0 0;
 	color: #7C6C5D;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align:left;
 	padding:0;	
}

#twocolumns, #threecolumns, #fourcolumns, #fivecolumns, #sixcolumns{
	width:470px;
/*	border:1px solid #F00;*/
	padding:0px;
	margin:0px;
}

#twocolumns td, #threecolumns td, #fourcolumns td, #fivecolumns td,#sixcolumns td{
	display:block;
	width:42px;
	line-height:22px;
	float:left;
	text-align:left;
	vertical-align:top;
/*	border:1px solid #0F0;*/
}

#twocolumns tr, #threecolumns tr, #fourcolumns tr, #fivecolumns tr, #sixcolumns tr{
	clear:both;
}

#twocolumns tr.volume td, #threecolumns tr.volume td, #fourcolumns tr.volume td, #fivecolumns tr.volume td, #sixcolumns tr.volume td{
	font-size:10px;
	height:14px;
	float:left;	
	text-align:left;	
}

#twocolumns .number, #threecolumns .number, #fourcolumns .number, #fivecolumns .number, #sixcolumns .number{
	width:35px;
}

#twocolumns .name{
	width:395px;
	padding-right:10px;
}

#threecolumns .name{
	width:360px;
	padding-right:10px;
}

#fourcolumns .name{
	width:305px;
	padding-right:10px;
}

#fivecolumns .name{
	width:265px;
	padding-right:10px;
}

#sixcolumns .name{
	width:220px;
	padding-right:10px;
}
