body {
	background-color: #FFF;
}
.dividend {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	font-weight: normal;
	color: #0083cb;
	text-align: left;
	line-height: 22px;
	text-decoration: none;
	margin-left: 6px;
	padding: 4px;
}
.table-head {
	font-family: "Microsoft Sans Serif";
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: left;
	line-height: 22px;
	text-decoration: underline;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.bullet {
	text-align: center;
	text-decoration: none;
	background-image: url(bullet-link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 12px;
}

.dividend:hover{
	color:#000;
	text-decoration: none;
}
.dividend img:hover{
}
.pagenumber {
	font-weight: bold;
	color: #0083CB;
	text-align: center;
	text-decoration: none;
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	border: 1px solid #0083CB;
}
.pageselect {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	background-color: #0083CB;
	border: 1px solid #000000;
}
