A.indexLink:link {
	text-decoration: none;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	Font-size: 12px;
	font-weight:  bold;
} 

A.indexLink:visited {
	text-decoration: none;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	Font-size: 12px;
	font-weight: bold;
} 

A.indexLink:hover {
	text-decoration: underline;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	Font-size: 12px;
	font-weight: bold;
} 

A.indexLink:active {
	text-decoration: none;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	Font-size: 12px;
	font-weight: bold;
}

.content .write {
	border-bottom: 1px dotted #666666;
	width: 100%;
	float: left;
	display: inline;
	font-size: 11px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.content {
	width: 100%;
	float: left;
	display: inline;
} 


.content .write span {
	color: #006699;
	font-size: 12px;
	font-weight: bold;
}



.pagenumber {
	float: right;
	display: inline;
	text-align: right;
	/*height: 20px;*/
	margin-top: 10px;
	color: #006699;
}

.pagenumber ul{ float: right; }

.pagenumber ul li {
	width: 20px;
	/*height: 20px;*/
	float: left;
	margin-left: 6px;
	display: inline;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	list-style: none;
	color: #006699;
}

.pagenumber ul li a.selected { width: 20px; /*height: 20px;*/ background: url(../../images/1y.gif); float: left; display: inline; text-decoration: none; }
.pagenumber ul li a.unselected { width: 20px; /*height: 20px;*/ background: url(../../images/1w.gif); float: left; display: inline; text-decoration: none; }

.jumpToPage {
	display: inline;
	float: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.brd { border: 1px solid #000; }
