@charset "UTF-8";
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: bold;
	color: #030303;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}
a.navmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
}
h1
	{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #003366;
	font-size: x-small;
	}
	
	#pagination /* Change "background" to be whatever color you want the pagination background to be, and "border" to the surrounding border color */
{
	color: #navy;
	position: relative;
	float: right;
	margin-bottom: 15px;
	background: #f2f2f2;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
#pagination a /* Changing "color" will change the color of the links to other page numbers */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #navy;
	text-decoration: underline;
}
#pagination .arrow
{
	position: relative;
	float: right;
	top: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#pagination p
{
	position: relative;
	display: block;
	float: right;
	top: 2px;
	margin: 0px;
}
.highlighted /* This will change the color of the current page number */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #FF0000;
} 
#ctgy-plist
{
	position: relative;
	clear: both;
	width: 701px;
}

