/**********************
 * 
 * STF CSS 
 * 
 *      Change History: 
 * 
 *********************/ 
div.idx_stf_text { 
	position:     		absolute;
	top:          		110px;
	width:        		200px;  
	text-align:   		center; 
	font-family:		Arial, Helvetica, sans-serif ;
	font-size:    		12pt;
	font-style:   		italic;
	color:       		#000000;
} 

 div.idx_header { 
	position:   		relative; 
	top:          		30px;
	width:      		1050px; 

	font-family:		Arial, Helvetica, sans-serif ;
	font-size:  		14pt;
	color:      		#000000; 
	text-align: 		center;
} 
 
 /*  INDEX START */
div.idx_container { 
	clear:				both;
	position:       	relative;
	width:          	1250px; 
	margin-left:    	auto ;
	margin-right:   	auto ;
} 

div.idx_corner { 
	float:      		left; 
	width:      		90px; 
	height:     		30px;
}
  
div.idx_column { 
	float:      		left; 
	width:      		96px; 
	height:     		30px;
	text-align: 		center;
	font-family:		Arial, Helvetica, sans-serif ;
	font-size:  		10pt;
} 

div.idx_row { 
	float:      		left; 
	width:      		90px;
	height:     		180px;
	text-align: 		left;
	font-family:		Arial, Helvetica, sans-serif ;
	font-size:  		10pt;
/*background-color:#fcc;*/
} 
div.idx_row  p { 
	padding-top:	50px;
} 

div.idx_month { 
	float:      		left;
	width:      		96px; 
	height:     		180px;
	text-align: 		center;
	font-family:		Arial, Helvetica, sans-serif ;
	font-size:  		10pt;
 /*background-color:#cfc; */
} 

div.idx_issue_cover {
	position:			relative;
    left:				3px;
	width:      		90px; 
	height:     		140px;
	border-style:		none;
/* background-color:#cfc; */
}

div.idx_sticker  {
	height:				133px;
}

div.idx_sticker  img{
	float:				right;
	border-style:		none;
}

div.idx_month a:link {
	border:     		0px;
	text-decoration:	none;
	color: 				#0000FF ;
} 

div.idx_month a:visited  {
	border:     		0px;
	text-decoration:	none;
	color: 				#0000FF ;
}

div.idx_month a:hover {
	border:     		0px;
	text-decoration:	underline;
	color: 				#DD0000 ;
}
/*  INDEX END */