/*
The Pianoforte | Sydney, Australia
Chatswood, Rydalmere, Seven Hills
Website: pianoforte.com.au

Design: Andrew Quah (bonsai:design)
*/


/* Global */

body 
		{
	background-color: #336699;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 25px;
		}
			
.style1 {font-size: 10pt}
img 	
		{	border: 0;
		}
		
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 220%;
	line-height:100%;
	margin-top:5px;
	color:#FFF;}


/*table attributes*/

tr
		{	line-height: 17px;
		}

td
		{
	font-size: 9pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 18px;
	letter-spacing: 0pt
 		}

td.title
		{	font-size:12pt;
			font-family: Geneva, Arial, Helvetica, sans-serif;
			text-align:justify;
			line-height:22px;
			letter-spacing:0pt;
			font-weight:bold;
		}

td.mainmenutitle
	{
	font-size:10pt;
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-style:normal;
	color:#FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
			}

a:link
		{	color: #232323;
		}

a:visited {
color: #232323;
}

a:hover {
color: #464646;
}

a:active {
color: #000000;
}

td.bottom
	{
	font-size:12pt;
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-style:normal;
	color:#336699;
	font-weight: bold;
			}
