/*********************/
/***  Page Links  ***/
/*********************/
table.pagelink {
  border-width: 0;
  text-align: left;
}

td.pagelink {
  color: #0060a9;
  text-align: left;
}
td.pagelinkbrk {
  text-align: left;
	background-color: #95d439;
}
a.pagelink:link {
  color: #0060a9;
  display: block;
  margin: 5px 1px 1px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, arial, sans-serif;
	text-decoration: none;
	width: 100%;
	text-indent: 3px;
	padding: 4px 0px;
}
a.pagelink:visited {
  color: #E5FCCE;
}
a.pagelink:hover {
background-color: #E5FCCE;
	color:#0060a9;
	display: block;
	width: 100%;
}
a.pagelink:active {
  color: #E5FCCE;
  	background-color: #0060a9;

}
#debutton a {
	display: block;
	margin: 1px;
	color: #000;
	font-size:10px;
	font-family:arial;
	text-decoration: none;
	background-color:#B9BCE1;
	width: 100%;
	padding: 3px 0px;
	text-indent: 3px;
}
#debutton a:hover {
	background-color: #F9C635;
	color:#2D3695;
	display: block;
	width: 100%;
	}