/***************************************************************/
/*  CSS stylesheet for standard HTML tags
/*  Copyright 2006 by Pixelsound Web Design Perth
/*  http://www.pixelsound.com/

/*************** HTML Tags *************************************/
body {
	font-size:70%;		/* to make font size in IE accessible (also see next definition) */
	margin:0px;
	padding:10px;
	line-height:1.6em;
}

table, td, th, p, form, input, select, textarea, h1,h2,h3,h4,h5,h6, blockquote, ul, ol {
	font-size:1em;		/* to make font size in IE accessible (also see previous definition) */
}

body, table, td, th, p, form, input, select, textarea, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	/*	
	font-size:11px;
	*/
}

p {
	margin:0 0 2em 0;
	padding:0;
}

a {
	color:#900;
	text-decoration: underline;
}
		a:hover {
			text-decoration: none;
			color:#91494A;
		}
		img, a img, a:hover img {
			text-decoration: none;
		}

ul li {
	list-style-type:square;
}
	.noBullets li {
		list-style:none;
	}
	

		
th,
tr.tableHeader td,
td.tableHeader,
.headerHighlight {
	background-color:#600;
	color:white;
	padding:0px 10px;
	line-height:1.4em;
	border:1px solid white;
}
		th a,
		tr.tableHeader td a,
		td.tableHeader a,
		.headerHighlight a {
			color:white;
			text-decoration:underline;
			text-decoration:none;
			display:block;
		}
				th a:hover,
				tr.tableHeader td a:hover,
				td.tableHeader a:hover,
				.headerHighlight a:hover {
				}


		tr.tableFooter td,
		td.tableFooter {
			background:none;
			font-weight:700;
		}





h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 * {
	font-weight:700;
	color:#333;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	margin:0 0 2em;
	padding:0;
}
		h1, h1 a {
			text-decoration:none;
			color:#333;
		}
				h1 {
					font-family:"Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
					text-transform: uppercase;
					font-size:1.8em;
					line-height:.8em;
					padding:0 0 .3em .6em;
					border-bottom:1px solid #600;
					border-left:20px solid #600;
					font-weight:700;
					margin-bottom:2em;
					background-image:none;
				}
				h1.titlePage {
					margin-top:0px;
				}

		h2, h2 a {
			text-decoration:none;
			color:#333;
		}
				h2 {
					text-transform: uppercase;
					font-size:1em;
					margin-left:0%;
				}
		h3, h3 a {
			text-decoration:none;
			color:#333;
		}
				h3 {
					font-size:1em;
				}

		h4, h4 a {
			text-decoration:none;
			font-weight:100;
			font-size:1em;
			color:#660000;
			letter-spacing:.2em;
		}
				h4 {
					text-transform: uppercase;
				}

		h5, h5 a {
			text-decoration:none;
		}
				h5 {
					text-transform: uppercase;
					font-size:.85em;
				}

		h6, h6 a {
			text-decoration:none;
		}
				h6 {
					font-size:.85em;
				}
				h6 a:hover {
					text-decoration:underline;
				}

h1.csc-firstHeader,
h2.csc-firstHeader,
h3.csc-firstHeader,
h4.csc-firstHeader,
h5.csc-firstHeader,
h6.csc-firstHeader {
	padding-top:0px;
	margin-top:0px;
}



/************   Classes   *****************/
.small {
	font-size: .9em;
}



/****  Transparent  ***/
.transparent,
.transparent td,
.csc-frame-frame3 {
	margin:1em 0 2em;
	padding:.5em 1.5em;
	background:white;
	clear:both;
	border:0px none white;
}
	table.transparent,
	.transparent table {
		border-collapse:collapse;
		border:0px none white;
	}
		.transparent td,
		td.transparent {
			padding:.2em 1em;
			margin:0;
			border:0px none white;
		}
		.transparent td td,
		td.transparent td {
			padding:0 1em;
			padding-left:0;
			margin:0;
			border:0px none white;
		}

input.transparent {
	background:none;
	border:0px none white;
}


/****  Highlight  ***/


.highlight,
.highlight td,
td.highlight,
.csc-frame-frame1 {
	margin:1em 0 2em;
	padding:.5em 1.5em;
	background:#efefef;
	clear:none;
	border:1px none white;
}
	table.highlight,
	.highlight table {
		border-collapse:collapse;
		border:1px solid white;
		clear:none;
	}
		.highlight td,
		td.highlight,
		.transparent .highlight td,
		.transparent td.highlight {
			padding:.2em 1em;
			margin:0;
			border:1px solid white;
		}
	.highlight textarea,
	.highlight select,
	.highlight input {
		background:white;
	}



/****  Outlined  ***/
.outlined,
.outlined td,
.csc-frame-frame2 {
	margin:1em 0 2em;
	padding:.5em 1.5em;
	background:transparent;
	clear:both;
	border:1px solid #ccc;
}
	table.outlined,
	.outlined table {
		border-collapse:collapse;
		border:1px solid #969BBA;
	}
		.outlined td,
		td.outlined {
			padding:.2em 1em;
			margin:0;
			border:1px solid #ccc;
		}



/****  Quotations  ***/

.quotation_left {
	font-size:1.4em;
	color:#600;
	font-weight:700;
	width:50%;
	float:left;
	padding:0;
	margin:.2em 1em 1em 0;
}
.quotation_left2 {
	font-size:1em;
	color:#600;
	font-weight:700;
	width:19%;
	float:left;
	text-align:right;
	padding:0 1em 0 0;
	margin:.2em 0 1em 0;
}
.quotation_right {
	font-size:1.4em;
	color:#600;
	font-weight:700;
	width:50%;
	float:right;
	padding:0;
	margin:1em 0 1em 1em;
}

.csc-frame-rulerBefore,
.csc-frame-rulerAfter {
	clear:both;
	border-bottom:1px solid #333;
	margin:4em 0;
}


.indent,
.csc-frame-indent {
	margin-left:22%;
}
.csc-frame-indent3366 {
	margin-left:33%;
}
.csc-frame-indent6633 {
	margin-left:66%;
}
.outdent {
	margin-left:0px;
}

.underline {
	text-decoration:underline;
}
.right {
}

.label,
.label1 {
	width:5em;
	float:left;
	margin-right:.5em;
	text-align:right;
}
		.label1 {
			width:4em;
		}
		.label2 {
			width:7em;
		}
		.label3 {
			width:10em;
		}

.clearBoth {
	clear:both;
	line-height:0px;
	height:0px;
	font-size:1px;
	background-color:red;
	margin:0;
	padding:0;
	display:none;
}
.noMargin {
	margin:0px;
}

.dotted-top {
	background-image:url(../images/stationery/tile-dot-T.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.dotted-bottom {
	background-image:url(../images/stationery/tile-dot-T.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.csc-frame h1,
.csc-frame h2,
.csc-frame h3,
.csc-frame h4,
.csc-frame h5,
.csc-frame h6 {
	margin-top:1em;
	padding-top:0px;
}
