/*											*/
/* 			CASCADING STYLE SHEET		*/
/*											*/
/*		       Prepared for VVAA Web Site	*/
/*			 http://www.vvaa.org.au			*/
/*											*/
/*	  Version		   Date		 Author	*/
/*											*/
/*	  1.00 (Initial)	1 Aug 2000	 Clive Mitchell-Taylor			*/
/*											*/
/*											*/

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;
			 font-size:	9pt}

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:	10pt;
	 	 	color:		maroon;}

TH			{font-weight:	bolder;
			text-align:	center;}

BODY 			{colour: 	black;
	 		 padding:	8px;
	 		 font-family:	sans-serif;
	 		 font-size:	10pt;
	 		 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:	9pt;
			 font-weight:	normal;
			 text-decoration:underline;
			 text-align:	left;
			 color:		black;}

H6 			{font-size:	10pt;
			 font-weight:	normal;	
			 text-align:	center;
			 color:		blue;}

BLOCKQUOTE		{margin:	2em;
			 margin-left:	40px;
			 margin-right:	40px;
			 font-style:	italic;
			 color:		blue;}

P 			{text-align:	justify;		
			 font-size:	10pt;
			 font-weight:	normal;
			 font-color:	blue;}

IMG 			{float:		center;
			 margin-left:	0;}

EM 			{color:		red;
			 font-weight:	bold;}

CITE 			{font-style:	italic;
			 font-size:	9pt;
			 align:		justify;
			 margin-left:	40px;
			 margin-right:	40px;
			 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;
			 font-weight:	normal}