	
.innertable {width: 100%; padding: 0px; vertical-align: top; font-size: 11px;}
.innertableinner {background-color: #C4C4C4; padding: 2px 4px; vertical-align: top; font-size: 11px; text-align: left;}
.innertableinnerhead {background-color: #DFDFDF; padding: 2px 4px; vertical-align: top; font-size: 11px; font-weight: bold; text-align: left;}
.ptitle{
	font-weight: bold;
}
.pleft{
	text-align: left;
}
.pright{
	text-align: right;
}
.pcentre {text-align: center;}
.quote {padding: 8px; background-color: #FAFAE7; border-top: 1px solid #DCDCB4; border-bottom: 1px solid #DCDCB4;}

/* -----------------------------------------------Forms----------------------------------------------*/

.formbox {
	color: #333333;
	padding: 1px;
	font-size: 11px;
} 

.formerror {
	color: #FF0000;
} 

.error {
	color: #FF0000;
} 

.highlight {
	color: #FF0000;
	font-weight: bold;
} 

.button {
	font-size: 11px;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.required {
	color: #FF0000;
} 

.link{
	color: #0046D5;
	text-decoration: underline;}
	
.link hover {
	color: #E28500;
	text-decoration: none;}

.bllink {
	text-decoration: none;
	color: #000;
	}
	
	.bllink:hover {
	text-decoration: underline;
	}
.whlink {
	text-decoration: none;
	color: #fff;
	}
	
	.whlink:hover {
	text-decoration: underline;
	}	
	.intablelay {
		border:1px solid #fff;
		border-collapse:collapse;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.0em;
		width: 100%;
		vertical-align: top;
}


.intablelay td,th{
		border:1px solid #fff;
		border-collapse:collapse;
		padding:5px;
}	

.intablelay caption{
		background:#666666;
		font-size:1.4em;
		border:1px solid #fff;
		border-bottom:none;
		padding:5px;
		text-align:left;
		color: #FFFFFF;
		font-weight: bold;
	}
.intablelay thead th{
		background:#606060;
		text-align:left;
		color: #FFFFFF;
	}

.intablelay tbody th{
		text-align:left;
		background:#F2F2F2;
	}
.intablelay tbody td{
		background:#F2F2F2;	
	}
	