/* Some useful extensions to the text definitions to fit in with our house stytle - This actually is what style files should be used for. */
/* p.kbd gives us paragraphs in the house kbd stle but with smaller paragraph gaps (i.e. less than one line height) */
/* kbd. big, small & vsmall give us some variations on the house kbd style but should work when those nasty W3C people take away the font tag */
/* kbd.high gives replaces font colour but for one colour only but should work when those nasty W3C people take away the more flexible font tag */
/* p.cite does the same as p.kbd but for the house style of cite font */

body	{font-size: 16px;}

kbd.big	{font-size: 17px;}

kbd.v_big	{font-size: 18px;}

kbd.small {font-size: 14px;}


kbd.v_small {font-size: 12px;}


kbd.high_colour {
	color: #FF00AA;
	font-weight: bold;
	}
	
kbd.splash_text {
	color: #FF00AA;
	font-size: 17px;
	font-weight: bold;
	}
	
	
kbd.splash_button {
	color: #FF00AA;
	font-size: 17px;
	font-weight: bold;
	}
	
kbd.splash_title {
	color: #FF00AA;
	font-size: 21px;
	font-weight: bold;
	}

cite.mini_heading { margin-left: 4px; }

cite.button_box {  
	letter-spacing: -1px;
	word-spacing: -1px;
	}

h6.mini_heading_left { 
	font-size: 17px;
	margin-left: 0px; 
	margin-top: 14px;
	margin-bottom: 10px;
	color: #0000DF;
	}
	  