<script>
function popUpInstructions(url) 
	{
	sealWin = window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=450');
	self.name = "mainWin"; 
	}


</script>

<style type="text/css">
<!--
.maintable {
  width: 750px;
 /* border: solid blue 1px;  */
  margin: auto;
}

body {
 
}
.BODY {
text-align: center;
margin-left: auto; 
margin-right: auto; 
}

.BODYCOL {
	width: 586px;
	background-color: #FFFFFF;
}

.LNAVCOL {
	width: 164px;
	
}
.navtable {
	padding: 0;
	margin: 0;
	background-color: #000000;
	width: 164px;
}

.searchTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
}
.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

a.navlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	color: #FFFFFF;
}
a.navlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	color: #FFFFFF;
}
a.navlink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	font-style: bold;
	color: #FFFFFF;
}
a.navlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	color: #e4e4e4;
}
.pulldown{
PADDING-RIGHT: 2px; 
PADDING-LEFT: 2px; 
FONT-SIZE: 10px; 
PADDING-BOTTOM: 2px; 
WIDTH: 150px; 
PADDING-TOP: 2px; 
HEIGHT: 16px
}

/* The Pagination Stylesheet */
.pagination {
 /* width: 100%; */
}

.pagination td {
  /* Default attributes for all data inside the td's */
  padding: 0px 0px 0px 5px; /* bump the left off the table. */
}

.page_heading {
  /* the heading area */
  padding-bottom: 5px; /* pad the bottom a bit */
}

.page_list {
  /* the list of pages and navigation links */
  letter-spacing: 0.1em; /* seperate the words a bit */
  padding-bottom: 5px;   /* seperate the footer a bit */

}

.pages .selected {
  /* make it a little easier to see the current one */
  font-weight: bold;
}

/*
 * Control each page number and navigation
 * under pagelist the following parts are available
 * page, first, prev, selected, next, last
 */
.page_list_page {
}
.page_list_first {
}
.page_list_prev {
}
.page_list_next {
}
.page_list_last {
}

/* the footing area */
.page_footing {
  padding-bottom: 5px; /* pad the bottom a bit */
}
/* end of pagination stylesheet */
-->
</style>
