body {  font-family: Arial; font-size: 12px; color: #333333}
td {  font-size: 12px; color: #333333}
a:link {  color: #006699; text-decoration: underline}
a:visited {  color: #006699; text-decoration: underline}
a:hover {  color: #000000; text-decoration: none}

.menu:link {  color: #FFFFFF; text-decoration: none}
.menu:visited {  color: #FFFFFF; text-decoration: none}
.menu:hover {  color: #FFFFFF; text-decoration: none}
.header {  font-size: 18px; font-weight: bold; color: #3082A4}
.form {  border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #FFFFFF; font-size: 12px}
.button {  background-color: #006699; border-style: none; color: #FFFFFF}

a#maypolepress_link {
	text-decoration:none;
}

a#maypolepress_link:hover {
	text-decoration:underline;
}


/*
|----------------|
| Pagination CSS |
|----------------|
*/
.clearfix {
	width: 100%;
	height: 1px;
	display: block;
	clear: both;
	visibility: hidden;
}
.pnate_pageinfo {
	clear: both;
	float: right;
/*	width: 250px;*/
	overflow: hidden;
	margin-top: 20px;
}
	.pnate_pageinfo .pnate_prev, .pnate_pageinfo .pnate_next {
		display: block;
/*		text-indent: -99em;*/
		float: left;
		height: 15px;
		width: 10px;
		position: relative;
		margin: 0 0 0 5px;
		font-weight: bold;
		text-decoration: none;
		top: 0px;
/*		background: url(../images/structure/paginate-arrows.png) no-repeat 0 0 transparent;*/
	}
	.pnate_pageinfo .pnate_next {
		background-position: -15px 0;
	}
	.pnate_prev.disabled {
		font-weight: normal;
/*		background-image: url(../images/structure/paginate-arrows-disabled.png);*/
	}
	.pnate_next.disabled {
		font-weight: normal;
/*		background-image: url(../images/structure/paginate-arrows-disabled.png);*/
	}
	.pnate_pageinfo .pnate_pagelist {
		float: left;
		margin: 0 5px;
	}
		.pnate_pagelist span:first-child {
			float: left;
			font-size: 12px;
			line-height: 15px;
			display: inline-block;
			margin: 0 2px;
		}
		.pnate_pagelist .pnate_curr, .pnate_pagelist a {
			color: #FFF;
			width: 15px;
			height: 15px;
			margin: 0 2px;
			display: inline-block;
			font-size: 12px;
			line-height: 15px;
			text-align: center;
			font-weight: normal;
			text-decoration: none;
			background-color: #3082A4;
		}
		.pnate_pagelist .pnate_curr {
			background-color: #014F85;
		}
	.pnate_pageinfo .pnate_pofp {
		display: none;
	}
