/*THE PRODUCTIVITY INSTITUTE*/
/*Created by CommonPlaces e-Solutions*/

/*alternate stylesheet for font size*/
/*+6 from default*/


/*main nav*/
/*font siz NOT +3 b/c of width issues*/
#PI_HeaderBottom UL LI A { 
	font-size:13px;
}

/*main nav active tab*/
#PI_HeaderBottom UL LI.active  { 
	padding-bottom:7px;
	/*margin-top:5px;*/
	margin-top:9px;
	padding-top:7px;
}
#PI_HeaderBottom UL LI.active A  { 
}
#PI_HeaderBottom UL LI.active A SPAN { 
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
	margin-left:3px;
	padding-top:5px;
}



/*main body content*/
#PI_MainBody P {
	font-size:17px;
}

/*main body headers*/
#PI_MainBody H1 {
	font-size:28px;
}
#PI_MainBody H2 {
	font-size:26px;
}
#PI_MainBody H3, #PI_MainBody #PI_RightColumn H3 {
	font-size:20px;
}
 

