@charset "utf-8";

/***********************************************
* Virtual Pagination script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

.virtualpage, .virtualpage2, .virtualpage3{
	/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.7em;
	text-align: justify;
	color: #000000;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 45px;
}

.paginationstyle{ /*Style for demo pagination divs*/
	width: 250px;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

.paginationstyle a{ /*Pagination links style*/
	padding: 0 5px;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
.paginationstyle a:hover, .paginationstyle a.selected{
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
}
.sig {
	font-size: 12px;
}
