/*******************************************************************
 * Name:			CssFontSize.css
 * Description:		stylesheet that sets the overall font sizes.
 *
 * Notes:			If the site should be available in different font
 *					sizes, this stylesheet should be replaced (programmatically)
 *					(General colors are set in CssIndexStyle.css)
 *
 *******************************************************************
 * Current site:	AKKERMANS & PARTNERS
 *******************************************************************/


/* Main text styles. The font type and colors is set in CssIndexStyle.css */
/*html, body, table, td, div
{
	font-size: 10pt ;	
}
input             /* buttons,dropdowns and textboxes */
/*{
   font-size: 10pt;
}

/* H1 t/m H7 */
H1, H2
{
   font-size: 18px;
}
H3
{
   font-size: 11px;
}
H4
{
   font-size: 10px;
}
H5, H6, H7
{
   font-size: 8px;
}


/* classes that should be assigned to scalable menu items */ 
.MenuSizeSmall			/* i.e. submenu */
{
   font-size: 10px;
}
.MenuSizeRegular		/* main menu */
{
   font-size: 11px;
}
.MenuSizeLarge			/* branch menu */
{
   font-size: 11px;
   background-color: Red;
}
.Currency
{
   font-size: 9px;   
}
