body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	
	background-color: #FFFFFF;
	background-image: url(../images/pb_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
td,p{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
}
.bb{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 9px;
	color: #333333;
}
A{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-weight:bold;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
A.imgnav{
	color: #000000;
}
A.imgnav:hover{
	color: #000000;
}
A:hover{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-weight:bold;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:underline;
}
A.b_link{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-weight:bold;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration:none;
}
A.b_link:hover{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-weight:bold;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration:underline;
}
A.ll{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-weight:bold;
	font-size: 9px;
	color: #333333;
	text-decoration:none;
}
A.ll:hover{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-weight:bold;
	font-size: 9px;
	color: #333333;
	text-decoration:underline;
}
.formField {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #8A644B;
}
h1{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-weight:bold;
	font-size: 13px;
	color: #000000;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-weight: normal;
	font-style:italic;	
	font-size: 11px;
	width:	442px;
	color: #333333;
	border-top: solid #BBAA9A 1px;
	margin-top: 5px;
	margin-bottom: 20px;
}
h3{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-weight:bold;
	font-size: 13px;
	color: #000000;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 0;
}
.newsImg {
	padding-right: 5px;
}

.tblCell {
	background-color: #FFCCCC;
	border: 	solid #BBAA9A 1px;
}




/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:50%;
	height:50%;
	margin:-220px 0 0 -220px;
	border:5px solid #000000;
	background:#FFFFFF;
	text-align:left;
	
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.4;
	opacity:.40;
	filter: alpha(opacity=40);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
	
}