/* ### Redifined tags, for standard text & link colours etc ### */

body {
	margin: 0px;
}
a {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p, li, .p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1469AA;
	line-height: 17px;
}
h1, .h1 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #FF9900;
}
h2, .h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1469AA;
	line-height: 16px;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #F7FAFB;
	width: 300px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #1469AA;
}
.orange {
	color: #FF9900;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1469AA;
	border: 1px solid #FF9900;
	border-collapse: collapse
}
.table th {
	background-color: #EAEFF2;
	text-align: left;
	padding: 4px;
	border: 1px solid #FF9900;
}
.table td {
	padding: 4px;
	border: 1px dotted #EAEFF2;
	text-align: left;
}
#boltOns img{
	margin-left: 48px;
}

/* ### Layout styles for setting out of div tags & contents ### */

#head {
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	height: 141px;
}
#head #headLogo {
	text-align: right;
	height: 50px;
	float: left;
	margin-top: 50px;
	margin-left: 20px;
}
#head #headSnav {
	display: none;	
}
#head #headImg {
	display: none;
}
#head #headNav {
	display: none;
}
#main {
	width: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#main #mainLft {
	display: none;
}
#main #mainRgt {
	width: 100%;
	text-align: justify;
	padding: 20px;
}
#foot {
	display: none;
}
