@charset "utf-8";
.template {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.templateNews {
	text-align: left;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.templateNews #rightFloat {
	float: right;
	height: auto;
	width: 250px;
	border: thin solid #999999;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFFFCC;
}


.warning {
	color: #990000;
}
.template #header {
	height: 290px;
	width: 1000px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.templateNews  #newsContent {
	width: 100%;
	position: relative;
	margin: 0px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.template #content {
	width: 980px;
	position: relative;
	padding: 10px;
	margin: 0px;
}
.template #btnHome {
	position: absolute;
	height: 25px;
	width: 407px;
	left: 84px;
	top: 85px;
}

.template #btnRegister {
	position: absolute;
	height: 25px;
	width: 407px;
	left: 84px;
	top: 111px;
}.template #btnContactUs {
	position: absolute;
	height: 25px;
	width: 407px;
	left: 84px;
	top: 138px;
}
.template #JumpTo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.template #btnAboutUs {
	position: absolute;
	height: 25px;
	width: 407px;
	left: 84px;
	top: 165px;
}.template #btnDownload {
	position: absolute;
	height: 25px;
	width: 407px;
	left: 84px;
	top: 191px;
}.template #btnFAQ {
	position: absolute;
	height: 25px;
	width: 407px;
	left: 84px;
	top: 219px;
}.template #btnTrading {
	position: absolute;
	height: 25px;
	width: 407px;
	left: 84px;
	top: 247px;
}

.template #hosted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
}
.productTemplate {
	text-align: left;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.productTemplate  #productDescription {
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}
.productTemplate #longDescription {
	font-style: italic;
	color: #000066;
}
.productTemplate #productID {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.productTemplate #JumpTo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}




body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bkgSky.jpg);
	background-position: center top;
	background-attachment: fixed;
}
.form #wrapper {
	position: relative;
}
.form #label {
	clear: left;
	float: left;
	width: 250px;
	text-align: right;
	margin-right: 15px;
	background-color: #4F71AE;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
}

.form input {
	background-color: #F2F2F2;
	border: 1px solid #666666;
}
.form input#emailAddress, .form input#address,.form input#yourname, .form input#companyName, .form input#address1 {
	background-color: #F2F2F2;
	border: 1px solid #666666;
	width: 250px;
}
.form #message {
	height: 300px;
	width: 95%;
}



.form  input#Submit {
	text-align: center;
	background-color: #4F71AE;
	color: #FFFFFF;
	margin-left: 275px;
	font-weight: normal;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #889FFF;
	border-right-color: #0000CC;
	border-bottom-color: #0000CC;
	border-left-color: #889FFF;
}

.form fieldset {
	height: auto;
	width: auto;
	padding: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.form legend {
	color: #666666;
	font-weight: bold;
}

.bodyText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}
.bodyHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;

}
.bodyTextUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;

}
.SectionHeading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.tableBackgroundColour {
	background-color: #F4F4F4;
}
.header {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000099;
	font-weight: bold;
}
textarea {
	width: 95%;
	height: 80px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.navigation {
	width: 200px;
}
.navigation #header {
	background-image: url(images/mnuHeader.jpg);
	height: 66px;
	width: 200px;
	position: relative;
}


.navigation #HeaderText {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #160002;
	background-position: left;
	font-size: 20px;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B8895D;
	position: absolute;
	top: 14px;
	height: 30px;
	width: 150px;
	left: 50px;
}
.navigation #footer {
	background-image: url(images/mnuFooter.jpg);
	height: 30px;
	width: 200px;
}



.navigation ul li a {
	height: 35px;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.navigation ul li a:hover {
	height: 35px;
	color: #FFFF00;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navigation ul li a:hover:visited {
	height: 35px;
	color: #FFFF00;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navigation ul li a:visited {
	height: 35px;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.navigation ul li {
	height: 26px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	background-image: url(images/mnuItem.jpg);
	width: 200px;
	text-align: left;
	text-indent: 28px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.navigation ul {
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: none;
	text-align: left;
	color: #30260D;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/mnuBackground.jpg);
}

@media print {

p {color #000 !important;
	font-size: 12pt !important;
}

textarea {
width = 95%;
			height=60pt
}

* {color : #000 !important;}			
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4A3F2D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A2A11;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4A3F2D;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}
th {
	color: #FFFFFF;
	background-color: #6B6044;
	padding: 4px;
}
