/*******************************************************************
 * 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: 21px;
}
H3
{
   font-size: 14px;
}
H4
{
   font-size: 13px;
}
H5, H6, H7
{
   font-size: 11px;
}

/* classes that should be assigned to scalable menu items */ 
.MenuSizeSmall			/* i.e. submenu */
{
   font-size: 12px;
}
.MenuSizeRegular		/* main menu */
{
   font-size: 14px;
}
.MenuSizeLarge			/* branch menu */
{
   font-size: 14px;
   background-color: Red;
}
.Currency
{
   font-size: 11px;   
}

.WelcomeTextSize 
{
   font-size : 20px;
   font-weight: bold;
   letter-spacing: 6px;
}
