/* cascading style sheet for screen

Copyright 2010 J6 design. All Rights Reserved.

web designer: Jane Fletcher j6 design
email : contact@j6design.com.au
internet: www.j6design.com.au
 
................................................................ */

body {
	font-family: Arial,Helvetica,sans-serif;
	line-height: 16px;
	font-size: 14px;
	color:#ffffff;
	  	letter-spacing: 0.076em;
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
	text-align: center;

}

h1 { font-size: 24px; color: #1b3562; margin: 40px 0px 5px; line-height: 25px; font-weight: normal;}

p {
	padding: 0px;
	margin: 2px 0px 10px 0px;
	line-height: 1.25;
}

a { text-decoration: underline; }
a:Link { color: #3f5f8d; text-decoration: underline; }
a:Visited { color: #3f5f8d; text-decoration: underline; }
a:Active { color: #3f5f8d; text-decoration: none; }
a:Hover { color: #3f5f8d; text-decoration: none; }
/* 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: 10px auto 30px;
	padding: 0px;
	width: 1000px;

}


/* footer
................................................................ */
.footer {
	width:100%;
	margin: 40px 0px 50px;
	padding: 20px 0px 0px;
	float: left;
	font-size: 90%;
	text-align: center;
	border: none;

	border-bottom: none;
	border-right: none;
	border-top: 1px solid #CCCCCC;
	border-left: none;
}

