* {
	margin: 0px;
	padding: 0px;
}

body {
	color: Black;
	background-color: White;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
}

a {
	color: #00008B;
	font-size: 12px;
}

a:hover {
	color: #FF4500;
}
#wrapper {
	width: 99%;
	background-color: transparent;
	text-align: center;
}
#masthead {
	position: relative;
	top: 0px;
	width: 79%;
	margin-left: 10%;  
	height: 100px;
	z-index: 1;
	background-color: transparent; 
	border: thin silver solid;
}
#mastlogo {
	position: absolute;
	top: 0%; /*left: -38.5%;*/
	left: 2%;
	width: 110px;
	background-color: transparent;
	z-index: 2;
}
#mastlogort {
	position: absolute;
	top: 0%; /*left: -38.5%;*/
	right: 2%;
	background-color: transparent;
	z-index: 2;
}

#masttext {
	left: 30%;
	width: 40%;
	position: absolute;
	top: 20px;
	font-size: 350%/*272%*/;
	font-weight: bold;
	text-align: center;
	color: #FF0000;
	background-color: transparent;
	}
#tableblock {
	padding-top: 0px;
	margin-left: 5%;
	width: 90%;
	background-color: transparent;
}
.tablebase {
	border: thin solid silver;
	width: 100%;
/*	margin-left: 5%;
	margin-right: 5%;*/
	background-color: transparent;
}
.cellleftbot {
	border-right: thin solid #00008B;
	padding: 10px;
	background-color: transparent;
	width: 33%;
}
.celllefttop {
	border-right: thin solid #00008B;
	border-bottom: thin solid #00008B;
	padding: 10px;
	background-color: transparent;
	width: 33%;
}
.cellrighttop {
	border-bottom: thin solid #00008B;
	padding: 10px;
	background-color: transparent;
	width: 33%;
}
#textblock {
	background-color: #DAA520;
}
#textblockinner {
	background-color: transparent;
}
#textblockleft {
	float: left;
	width: 49%;
	text-align: justify;
	padding-left: 0%;
	background-color: transparent /*pink*/; 
}
#textblockright {
	float: right;
	padding-right: 0%;
	width: 49%;
	background-color: transparent /*#66FF66*/;
}
.tablecontact {
	width: 100%;
	color: Black;
	font-weight: bold;
	background-color: transparent /*#99FF00*/;
}
.contactcell {
	width: 20%;
	background-color: transparent;
}
#h2colour {
	color: Maroon;
	font-size: 150%;
}
.testcelleft {
	width: 35%;
	text-align: justify;
	border-right-color: silver;
	border-right-style:solid;
	border-right-width: 2px;
}
.testcellright1 {
	width: 65%;
	text-align: justify;
	padding-top: 2px;
	padding-bottom: 2px;
}
.testrow {
	border-bottom: thin solid #00008b;
	text-align: justify;
}
#menublock {
	width: 90%;
	text-align: left;
}
hr {
	color: Silver;
	width: 100%;
/*	width: 75%; !important
	width: 90%;
	height: 2px;
	text-align: center;
	margin-left: 12.5%; !important
	margin-left: 0px;*/
}
#footer{
	width: 100%;
	margin-top: 15px;
}
#footleft {
	width: 49%;
	float: left;
	text-align: center;
	background-color: transparent;
}
#footright {
	width: 49%;
	float: right;
	text-align: center;
	background-color: transparent;
}
.spec1 {
	font-size:16px;
	list-style-type: none;
	height: 22px;
	}
.contcellleft {
	width: 10%;
	}
.contcellrt {
	width: 10%;
	}
.contcellcent {
	width: 80%;
	border-bottom-color: silver;
	border-bottom-style:solid;
	border-bottom-width: 3px;
	}
.trades {
	color: #6600CC;
	}
#mastlogoltct {
	position: absolute;
	top: 10%; /*left: -38.5%;*/
	left: 25%;
	background-color: transparent;
	z-index: 2;
}		
#mastlogortct {
	position: absolute;
	top: 10%; /*left: -38.5%;*/
	right: 25%;
	background-color: transparent;
	z-index: 2;
}	
#tablescroll {
	height:300px;
	overflow:auto;
	}	


