.pagebase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	background-color: #040;
	color: #9f9;
}
.menubar {
}
a.button:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #99FF99;
	text-decoration: none;
	text-align: center;
	background-color: #006600;
	display: block;
}
a.button:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #66CC66;
	text-align: center;
	text-decoration: none;
	background-color: #6c6;
}
a.button:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #81E373;
	text-align: center;
	text-decoration: none;
	background-color: #060;
}
a.button:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #060;
	text-decoration: none;
	text-align: center;
	background-color: #9f9;
	display: block;
}
.notice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	border: 2px solid #9f9;
	padding: 4px;
}
.buttonbg {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9f9;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	color: #060;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #9f9;
	text-align: center;
}
.headtximg {
	background-image: url(images/pt-txt.gif);
	background-repeat: no-repeat;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #9f9;
	text-align: justify;
	font-size: 15px;
}
/* 	The submenu links are in paragraphs, so we set the margin to zero
	so there is no gap between links */
.p7submenus p {margin: 0;}
/* 	Submenu Link Styles
 	Use a combined selector for a and a:visited. Set padding in shorthand
	to 1px on top and bottom, 8px right and 12px left.
	
	Set display to block so entire link box, including padding is clickable.
	Set border to 1px solid.
	
	Set border colors in shorthand to Light Gray on top and left - and
	Charcoal Gray on right and bottom. This combination of colors creates
	a raised button-type effect.
	
	Set background color to dark gray, text to medium gray and turn off underlines. */
.p7submenus a, .p7submenus a:visited {
	display: block;
	padding: 1px 8px 1px 12px;
	background-color: #9f9;
	color: #060;
	text-decoration: none;
	text-align: center;
	border-top: 2px solid #cfc;
	border-right: 2px solid #6a6;
	border-bottom: 2px solid #6a6;
	border-left: 2px solid #cfc;
}
/* 	Change background and text colors when links are hovered over.
	Use a combined selector for hover, active, and focus.
	
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */ 
.p7submenus a:hover, .p7submenus a:active, .p7submenus a:focus {
	background-color: #E8FFE7;
	color: #007932;
}
#Phocontent {
	padding-right: 6px;
	padding-left: 6px;
}
.notice a {
	display: inline;
	padding: 0px 2px;
	background-color: #9f9;
	color: #006600;
	text-decoration: none;
	text-align: center;
	border-top: 1px solid #009900;
	border-right: 1px solid #003300;
	border-bottom: 1px solid #003300;
	border-left: 1px solid #009900;
	font-weight: bold;
}
.notice a:hover, .notice a:active, .notice a:focus {
	background-color: #E8FFE7;
}
a.bottomlnk:link {
	color: #9f9;
}
a.bottomlnk:hover {
	color: #E8FFE7;
	font-weight: bold;
}
#copyr {
	font-size: 12px;
}
