/* left fudge */

#maintab {
	border:				0;
	padding: 			0;
	margin:				0;
	height:				30px;
}

.shadetabs {
	border:				0;
	height:				25px;
	padding: 			0;
	margin:				0;
	background-image: 	url(/cms/images/pgrfx4/tab_ul.gif);
	background-repeat: no-repeat;
	font-size:			120%;
}

.shadetabs ul {
	border:				0;
	padding: 			0;
	margin:				0;
}

.shadetabs li{
	list-style-type:	none;
	float:				left;
	border:				0;
	padding: 			0;
	margin:				0;
}

.shadetabs li a{
	text-decoration: 	none;
	width:				90px;
	height:				25px;
	display: 			block;
	line-height:		25px;
	text-indent:		16px;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
	text-decoration:	underline;
	background-repeat: 	no-repeat;
	color:				#59C7CC;
	background-image: 	url(/cms/images/pgrfx4/tab_on_over.gif);
	background-repeat: 	no-repeat;
}

.shadetabs li.selected{
height:		24px;

}

.shadetabs li.selected a{ /*selected main tab style */
	text-decoration: 	none;
	color:				#fff;
	background-image: 	url(/cms/images/pgrfx4/tab_on.gif);
	background-repeat: 	no-repeat;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: 	none;
	background-image: 	url(/cms/images/pgrfx4/tab_on.gif);
	background-repeat: 	no-repeat;
}


/* Content area  */
.contentstyle{
	background-color:	#F4F4F5;
	padding: 			14px;
	padding-bottom:		0;
	margin:				0;
	clear:				both;
	color:				#666666;
	border: 			1px solid #e0e0e0;
	border-bottom: 		none;	
	border-top: 		none;
	text-align:			left;
	overflow:			auto;
	height:				22.5em;
	line-height:			1.2em;
	font-size:			105%;	

}



.contentstyle a {
	text-decoration: 	none;
	color: 				#57869F;
}


.contentstyle a:hover {
	text-decoration: 	underline;
	color: 				#657780;
}

.linkstyle a {
	text-decoration: 	underline;
	color: 				#57869F;
	font-size:			100%;
}



.linkstyle a:hover {
	text-decoration: 	underline;
	color: 				#657780;
}



.contentstyle p {
	padding: 			0;
	padding-bottom:		1em;
}