/*HPRP Page CSS*/

.HPRPInfoText p {
	padding-left:8px;
	padding-right:8px;
	}

.HPRPInfoText a,
.HPRPInfoText a:visited,
.HPRPInfoText a:active {
	color:#004BAE;
	}
	
.HPRPInfoText a:hover {
	color:#222222;
	text-decoration:none;
	}
	
.HPRPEntryButton a, 
.HPRPEntryButton a:visited,
.HPRPEntryButton a:active {
	display:block;
	font-size:17px;
	border:3px #222222 outset;
	padding:8px;
	color:#004BAE;
	background-color:#FFFFFF;
	}

.HPRPEntryButton a:hover {
	color:#FFFFFF;
	background-color:#222222;
	text-decoration:none;
	}
	
.map_label {color : rgb(255, 255, 255); 
	background-color : rgb(0,0,0); 
	outline-style: solid; 
	outline-color: rgb(255,255,255);
	outline-width: 1px;
	font-size: x-small;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	margin: 1px 1px 1px 1px;
	}
	
.HPRPResourcesTable	table {
	margin-left:auto;
	margin-right:auto;
	}

.HPRPResourcesTable td {
	padding:3px;
	border:1px #999999 solid;
	}

