/*											*/
/* 			CASCADING STYLE SHEET		*/
/*											*/
/*		       Prepared for VVAA NSW Web Site	*/
/*			 http://www.vvaa.org.au			*/
/*											*/
/*	  Version		   Date		 Author	*/
/*											*/
/*	  1.00 (Initial)	28 Aug 2010	 Clive Mitchell-Taylor			*/
/*											*/
/*											*/


#container
	{
		margin:20px;
		border:5px
	    padding: 5px;
	    width:950px;
	    background-color:silver;
	    text-align:center;
	}

#header 
	{
		align=center;
		background-image: url("images/AAB64.gif");
		margin: 15px;
		padding: 5px;
		text-align: center;
		width: 800px;
		height: 150px;
	}
	
#content 
	{
		background-image: url("images/AAB64.gif");
	}

#footer
	{
		background-image: url("images/AAB64.gif");
	}
	
#lfloat
	{
		float: left;
	}
	
#rfloat
	{
		float: right;
	}

sup
	{
		font-variant:small-caps;
		vertical-align:super;
		font-size:50%;
	}

p
	{
		font-family: Ariel, sans-serif;
		text-align:	justify;		
		font-size:	11pt;
		font-weight:	normal;
		font-color:	black;	}
	
h1
	{	
		font-family: "Times New Roman",Times serif;
		font-size:18pt;
		font-weight=bold;
		color:#E90;
		text-shadow:0.2em 0.2em 0.4em silver;
	}

h2 	{	font-family: "Times New Roman",Times serif;
		font-size:16pt;
		font-weight:bold;
		text-align:center;
		color:blue;
	}

h3 	{	
		font-family: "Times New Roman",Times serif;
		font-size:12pt;
		font-weight:bold;
		text-align:center;
		color:black;
	}
			
h4 	{	font-size:12pt;
	 	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:	11pt;
			 font-weight:	normal;
			 font-color:	black;}
