/*This stylesheet controls font-sizes as they maybe changed with the adjust font size controls*/
/*Font size = medium*/
body
{
	font-size: 14px;
}
/*heading tags do not change when enlarge text is selected*/
h1
{
	font-size: 18px;
}
h2
{
	font-size: 15px;
}
h3
{
	font-size: 14px;
}/* same as default not necessary
td#MastheadCol2
{
	font-size: 10px;
}
td#MastheadCol2 a
{
	font-size: 10px;
}*/
/*size doesn't change for Persistent link or MainNav*/
div#PersistentSecondLine a
{
/*This style  is specific to a certain link 
It may be entered by user with WYSIWYG editor and may not be necessary for templates?*/
	font-size: 14px;
}
#MainNav 
{
	font-size: 12px;
}
div#breadcrumbs
{
	font-size: 11px;
}
div#LeftNav 
{
	font-size: 11px;
}
span.LeftNavHeading
{
/* this style should be on if the Heading is the selected/current page in Left Nav*/
	font-size: 14px;
}
a.LeftNavHeading:link, a.LeftNavHeading:active, a.LeftNavHeading:visited
{
	font-size: 14px;
}
div.Spotlight, div.Spotlight p, div.Spotlight table td
{
	font-size: 14px;
}
div#FeatureBox
/*size doesn't change*/
{
	font-size:11px;
}*/

div#FeatureBox div span#FeatureHeading
/*size doesn't change*/
{
	font-size: 12px;
}
div#FontSizeAdjust
{
	font-size:14px;
}
#QuickLinksHeading
/*size doesn't change*/
{	
	font-size: 12px;
}
.modLinks a:link, .modLinks a:visited, .modLinks a:active
/*size doesn't change*/
{
	font-size: 14px;
}
.footer
/*size doesn't change*/
{
	font-size: 11px;
}
