/* USER-SELECTABLE STYLESHEET - all have the same content*/

	
/* User Selectable Text Styles */
.Heading1, h1			{font-family: Arial, Helvetica, sans-serif; color: #555577; font-weight: bold; font-size: x-large; margin-top: 0.01px; margin-bottom: 0.01px; }
.Heading2, h2			{font-family: Arial, Helvetica, sans-serif; color: #555577; font-weight: bold; font-size: large; margin-top: 0.01px; margin-bottom: 0.01px; }
.Heading3, h3			{font-family: Arial, Helvetica, sans-serif; color: #555577; font-weight: bold; font-size: medium; margin-top: 0.01px; margin-bottom: 0.01px; }
.Heading4, h4			{font-family: Arial, Helvetica, sans-serif; color: #555577; font-weight: bold; font-size: small; margin-top: 0.01px; margin-bottom: 0.01px; }
.Normal					{font-family: Arial, Helvetica, sans-serif; color: #555577; font-size:1em; }
.PanelText				{font-family: Arial, Helvetica, sans-serif; color: #555577; background-color: #C6C3C6;}
.ReverseText			{font-family: Arial, Helvetica, sans-serif; color: white; background-color: #C6C3C6; font-weight: bold;}
.ReverseTextClaret	{font-family: Arial, Helvetica, sans-serif; color: white; background-color: #990033; font-weight: bold;}



/* Palette colours - must be in user-selectable stylesheet */
#immpalette 
{
	black: #000000; 
	claret: #990033; 
	10%claret: #F5E5EA; 
	5%claret: #FAF2F5; 
	mid_grey: C0C0C0; 
	warm_grey: #C6C3C6; 
	light_warm_grey: #E2E1E2; 
	light_grey: #EEEEEE; 
	pale_blue: #C2D6E4; 
	dark_blue: #000055; 
	white: #FFFFFF;
}

