/*																*/
/* 	CASCADING STYLE SHEET										*/
/*																*/
/*	Prepared for Royal Australian Regiment Foundation Web Site 	*/ 	
/*	http://www.rarfoundation.org.au								*/
/*																*/
/*	Version		   Date		 Author								*/
/*																*/
/*	1.00 (Initial)	1 Aug 2000	 Clive Mitchell-Taylor			*/
/*  1.01 			15 Sep 07	Clive Mitchell-Taylor			*/
/*  Modified font details for <h3> and <p>						*/
/*																*/
/*																*/

ADDRESS,
BLOCKQUOTE,
BODY,
DD.
DIV,
DL,
DT,
FIELDSET,
FORM,
FRAME,
FRAMESET,
H1,
H2,
H3,
H4,
H5,
H6,
IFRAME,
NOFRAMES,
OBJECT,
OL,
P,
UL,
APPLET,
CENTER,
DIR,
HR,
MENU,
PRE			{display:			block;}

LI			{display:			list item;}

HEAD			{display:			none;}

TABLE			{display:			table;}

TR			{display:			table-row;}

THEAD			{display:			table-header-group;}

TBODY			{display:			table-row-group;}

TFOOT			{display:			table-footer-group;}

COL			{display:			table-column;}

COLGROUP		{display:			table-column-group;}

TD,
TH			{display:			table-cell;}

CAPTION		{display:			table-caption;
		 	 text-align:		center
		 	 font-size:			xx-small;
		 	 color:			maroon;}

TH			{font-weight:		bolder;
			 text-align:		center;}

BODY 			{colour: 			black;
	 		 padding:			8px;
	 		 background: 		url(images/backgd.gif) white;
	 		 font-family: 		sans-serif;
	 		 font-size:			8pt;
	 		 font-weight:		normal
			 text-align: 		justify;
			 word-spacing: 		normal;
			 letter-spacing:		normal;
			 text-decoration:		none;
			 text-transform:		none;}

H1 			{font-size:			14pt;
			 font-weight:		bold;
			 color:			blue;
			 text-align:		center;
			 text-shadow:		0.2em 0.2em 0.4em black;}

H2 			{font-size:			14pt;
	 		 font-weight:		normal;
			 text-align:		center;
			 text-shadow:		0.2em 0.2em 0.4em black;
			 color:			blue;}

H3 			{font-size:			12pt;
			 font-weight:		bold;
			 text-align:		left;
			 text-shadow:		0.2em 0.2em 0.4em black;
			 color:			blue;}
			
H4 			{font-size:			10pt;
			 font-weight:		bold;
			 text-align:		left;
			 color:			black;}

H5 			{font-size:			8pt;
			 font-weight:		normal;
			 text-decoration:		underline;
			 text-align:		left;
			 color:			black;}

H6 			{font-size:			8pt;
			 font-weight:		normal;
			 font-style:		italic;	
			 text-align:		left;
			 color:			black;}

BLOCKQUOTE		{margin:			2em;
			 margin-left:		40px;
			 margin-right:		40px;
			 font-style:		italic;
			 color:			blue;}

P 			{text-align:		justify;
			 font-size:			11pt;
			 font-weight:		normal;
			 font-color:		black;}

IMG 			{float:			center;
			 margin-left:		0;}

EM 			{color:			red;
			 font-weight:		bold;}

CITE 			{font-style:		italic;
			 color:			blue;}

STRONG 		{font-weight:		bolder;}

SUB			{vertical-align:		sub;}

SUP			{vertical-align:		super;}

S,
STRIKE,
DEL			{text-decoration:		line-through;}

CENTER		{text-align:		center;}

U,
INS			{text-decoration:		underline;}

HR			{border:			1px inset;}

OL			{list-style-type:		decimal;}

OL,
UL,
UL OL,
UL UL,
OL OL			{margin-top:		0;
			 margin-bottom:		0;}