body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background: #1B2654 url(/images/bg.jpg) repeat-x;
	text-align: center;
}

p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
}

a {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#mainhome {
}

.navbutton {
	padding-bottom: 10px;
}

.bodytext {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#tabquote {
	background-image: url(/images/tabnav/quote.gif);
	width: 150px;
	height: 20px;
	cursor: pointer;
}
#taborder {
	background-image: url(/images/tabnav/order.gif);
	width: 150px;
	height: 20px;
	cursor: pointer;
}
#tabservices {
	background-image: url(/images/tabnav/services.gif);
	width: 150px;
	height: 20px;
	cursor: pointer;
}
#tabcontact {
	background-image: url(/images/tabnav/contact.gif);
	width: 150px;
	height: 20px;
	cursor: pointer;
}
#tabhome {
	background-image: url(/images/tabnav/home.gif);
	width: 150px;
	height: 20px;
	cursor: pointer;
}

.section {
	background-color: #cccccc;
	margin: 0px 0;
}

.sectionlabel {
	color: #666;
	font-weight: bold;
	letter-spacing: .2em;
	border-right: solid 2px #666;
	border-top: solid 2px #666;
	margin: 10px 0;
	padding: 4px;
}

.sectionheader {
	margin-left: -5px;
}

.sectionhead {
	font-size: 169%;
	font-weight: bold;
	color:#000066;
}

.label {
	text-align: right;
	width: 12em;
	font-weight: bold;
	font-size: .9em;
}

.datasection {
	color: #666;
	font-weight: bold;
	letter-spacing: .2em;
	border-right: solid 2px #666;
	border-top: solid 2px #666;
	margin: 10px 0;
	padding: 4px;
}
.datalabel {
	width: 12em;
	font-size: 90%;
	display: inline;
	vertical-align: top;
}

.data {
	display: inline;
	font-size: 90%;
	color: #006;
	font-weight:bold;
}

.disabled {
	color: #999;
}
.disabled2 {
	color: #999;
}

.collabel {
	font-size: 86%;
	font-weight: bold;
	text-align: left;
	padding-left: 50px;
}

.quoteinstr {
	margin: 20px 0;
}

.error {
	background-color: #a00;
	color: white;
	font-size: .85em;
	font-weight: bold;
	padding: 5px;
}

.errorsection {
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
