/* cascading style sheet for screen

Copyright 2006 J6 design. All Rights Reserved.

web designer: Jane Fletcher j6 design
email : contact@j6design.com.au
internet: www.j6design.com.au
 
................................................................ */

body {
	color: #333333;
	PADDING: 0px;
	margin: 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	background: #ffffff;
}



/* GLOBAL TEXT PROPERTIES
................................................................ */

h1 {
	font-size: 150%;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	color: #ff1774;
	border: none;
	text-align: center;
}

p {
	padding: 0px;
	margin: 2px 0px 10px 0px;
	line-height: 1.25;
	text-align: left;
}

a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #ff1774;
	text-decoration: underline;
}

/* print show/hide 
................................................................ */
.print { 
	display: none;
	}
.noprint { 
	display: block;
	}	

/* IMAGE PROPERTIES
................................................................ */

img {
	margin: 0px;
	padding: 0px;
}

/* if css disabled
................................................................ */
.css { 
	display: none;
	}
	

/* main content
................................................................ */
.main {
	margin: 100px auto 30px;
	padding: 0px;
	width: 600px;
	text-align: left;
}


/* footer
................................................................ */
.footer {
	width:100%;
	margin: 40px 0px 50px;
	padding: 20px 0px 0px;
	float: left;
	font-size: 90%;
	text-align: center;
	border: none;
}

