.black10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none
}
.black12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.green10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #003300;
	text-decoration: none
}
.green12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

A.listblue {color: #000000; text-decoration: none}
A.listblue:hover {color: #006699; text-decoration: none}
A.listgreen {color: #000000; text-decoration: none}
A.listgreen:hover {color: #006600; text-decoration: none}
a {
	color: #003300;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	text-align: center;
		}
.style17 .style17center {
	text-align: center;
}
.style17 .style17 {
	text-align: center;

}
.green12 strong {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
/* controls the background of the lightbox */
.pbn_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1000px;
	background-color: black;/* set this to white to have a foggy look */
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
/* controls the actual 'pop-up' look and feel */
.pbn_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 10%;
	width: 65%;
	height: 390px;
	padding: 16px;
	border: 16px solid #00f;/* this controls the thickness and color of the border of the content */
	background-color: white;/* you probably want to leave this one alone, if you do mess with it you may need to add the following: color: #ffffff; */
	font-size: 32px;
	z-index:1002;
	overflow: auto;
}
/* controls the look of the buttons */
.pbn_content a
{
  border-style: solid;
  border-width : 1px 1px 4px 1px;/* the border thickness in order: top right bottom left */
  text-decoration : none;
  padding : 4px;
  border-color : #69f #00f #00f #69f;/* border color in order: top right bottom left */
  width: 100%;
  text-align: center;
}
/* adds a hover effect */
a:hover {
	/* [disabled]border-color: #ccc; */
	/*font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: normal;*/
	/*font-weight: bold;*/
	color: #FCFCFC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
