/* © 2005 Dynamic Art and Text */
/*-------------------------------------------- */


/* standard tag styles */

A.linknav:link {	color: #FFFFFF;	text-decoration: none;	font-weight: bold;	}
A.linknav:hover {	color: #999999;	text-decoration: underline;	font-weight: bold;	}			
A.linknav {	color: #FFFFFF;	text-decoration: none;	font-weight: bold;	}				

A.linkSoft:link {
	color: #996600;
	text-decoration: none;
	font-weight: bold;
}

A.linkSoft:hover {
	color: #CC6600;
	text-decoration: underline;
	font-weight: bold;
}			
A.linkSoft {
	text-decoration: none;
	font-weight: bold;
	color: #996600;
}			  	
/* -------------------------------------------- */
/* HTML TAGS */
body {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	line-height: 18px;	margin-top: 0px;	color: #333333; }

body.bg-hire {background-color: #FF9900; }
body.bg-pool {background-color: #6699FF; }
body.bg-party {background-color: #99CC33; }
body.bg-build {background-color: #999999; }

.bgT-hire {	background-image: url(../images/bgHome.gif);	background-repeat: repeat-y; }
.bgT-pool { background-image: url(../images/bgPool.gif);	background-repeat: repeat-y; }
.bgT-party { background-image: url(../images/bgParty.gif);	background-repeat: repeat-y; }
.bgT-build {	background-image: url(../images/bgBuild.gif);	background-repeat: repeat-y; }

.bgC-hire {	background-image: url(../images/home_coping.jpg);	background-repeat: no-repeat; }
.bgC-pool {	background-image: url(../images/pool_coping.jpg);	background-repeat: no-repeat; }
.bgC-party {	background-image: url(../images/party_coping.jpg);	background-repeat: no-repeat; }
.bgC-build {	background-image: url(../images/build_coping.jpg);	background-repeat: no-repeat; }

.cell-bgHire {	background-color: #FF9900; }
.cell-bgPool {	background-color: #6699FF; }
.cell-bgParty {	background-color: #99CC33; }
.cell-bgBuild {	background-color: #999999; }

td.pageText { color:#333333;}

/* -------------------------------------------- */
/* CLASSES defining attributes for blocks of text */
/* -------------------------------------------- */
.tinyText {
	font-size: 10px;
	line-height: 12px;
}
 
.ploose  { line-height: 120%; }
.ptight  { line-height: 90%; }
.indent  { margin-left: 15px}

.headPages { color: #666666;	font-size: 18px;	line-height: 20px;}
.headTight {	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #999999;
}
.headLift {
	line-height: 16px;
	font-size: 16px;
}

				
/* colours for fonts */


.col-Home     { color: #CC6600;  }
.col-Build      { color: #663300;  }
.col-Party      { color: #CC0033;  }
.col-Pool  { color: #3366CC;  }

.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 12px;
}
.tinyLight {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.cell-white {
background-color: #FFFFFF;
}
.cell-dark {
background-color: #666666;
}
.cell-NEW {
	background-color: #FFFF33;
	font-weight: bold;
	padding: 1px 1px;
}
