/* cascading style sheet for screen

Copyright 2007 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;
	text-align: center;
	background: #ffffff;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}



/* GLOBAL TEXT PROPERTIES
................................................................ */

h1 {
	font-size: 24px;
	padding: 0px;
	margin: 20px 0px 10px;
	font-weight: normal;
	color: #ffffff;
}
h2 {
	font-size: 16px;
	padding: 0px;
	margin: 20px 0px 10px;
	font-weight: normal;
	color: #000000;
}
h3 {
	font-size: 16px;
	padding: 0px;
	margin: 10px 0px;
	font-weight: normal;
	color: #ed2d38;
}

h4 {
	font-size: 16px;
	padding: 10px 0px 0px;
	margin: 20px 0px 10px;
	font-weight: normal;
	color: #ed2d38;
	border-top: 1px solid #cccccc;
}
p, td {
	margin: 2px 0px 10px 0px;
	line-height: 1.25;	
	font-size: 13px;
}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
	}
a:hover {
	color: #ed2d38;
	text-decoration: none;
}

.white a:link, .white a:visited {
	color: #333333;
	text-decoration: underline;
}

.white a:hover, .white a:active {
	color: #ffffff;
	text-decoration: none;
}

.red a:link, .red a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.red a:hover, .red a:active {
	color: #000000;
	text-decoration: none;
}

.active {
	color: #ffffff;
	background: #000000;
	line-height: 3; border: 0;
	text-align: center; 
}

.black { border: 0; }

.black a:link, .black a:visited {
	color: #ffffff;
	background: #000000;
	text-decoration: none;
	line-height: 3; border: 0;
	text-align: center; 	display: block;
}

.black a:hover, .black a:active {
	color: #ffffff;
	text-decoration: none;
	background: #ed2d38; border: 0;
}

.pdfImage { font-size: 16px;
	padding: 0px;
	margin: 20px 0px 10px;
	font-weight: normal;
	color: #000000; }

.pdfImage A:Link, .pdfImage A:Visited { text-decoration: none; padding: 10px 0px 10px 50px !important;  margin: 20px 0px !important; background: url(images/pdfImage.gif) no-repeat center left; }
.pdfImage A:Active,  .pdfImage A:Hover { background: url(images/pdfImageGrey.gif) no-repeat center left; 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: 0px auto;
	padding: 0px;
	width: 840px;
	background: #FFFFFF;
	text-align: left;
}

.whole { width: 100%; float: left; }

.red { padding: 20px; background:#ed2d38; color: #ffffff;}

.padded { padding: 0px 20px;}

.color2 { padding: 0px; background:#cccccc; text-align: center; }


/* footer
................................................................ */
.footer {
	width:100%;
	margin: 20px 0px 50px;
	padding: 10px 0px 0px;
	float: left;
	text-align: left;
	font-size: 10px;
	border: none;
	background: #FFFFFF;
	border-bottom: none;
	border-right: none;
	border-top: 1px solid #CCCCCC;
	border-left: none;
}
