html, body {
		background-color: #FFF;
		color: #000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		margin: 0;
		padding: 0;
	}

.body { text-align: center; }
.body table { text-align: left; }

/* This controls the navigation bar */
.navbar {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #FFF;
		background-color: #214488;
		border-color: #000;
		border-style: solid;
		border-top-width: 0px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		height: 16px;
	}

.navside {
		border-top-width: 0px;
		border-right-width: 1px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-color: #000;
		border-style: solid;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #333;
		width: 50px;
		height: 16px;
	}

.navbutton {
		border-top-width: 0px;
		border-right-width: 1px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-color: #000;
		border-style: solid;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		text-align: center;
		font-weight: bold;
		color: #FFF;
		padding-right: 10px;
		padding-left: 10px;
		height: 16px;
	}

.navhighlight {
		background-color: #FFF;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		text-align: center;
		font-weight: bold;
		color: #000;
		border-top-width: 0px;
		border-right-width: 1px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-color: #000;
		border-style: solid;
		padding-right: 10px;
		padding-left: 10px;
		height: 16px;
		cursor: pointer;
	}

a.navlink:link {
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
	}

a.navlink:visited {
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
	}

a.navlink:active {
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
	}

a.navlink:hover {
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
	}

/* This controls the content */
.space { height: 1px; }

.contentmargin {
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 1px;
		border-color: #000;
		border-style: solid;
		width: 20px;
		background-color: #FFF;
	}

.content {
		border-top-width: 0px;
		border-right-width: 1px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-color: #000;
		border-style: solid;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-top: 8px;
		background-color: #FFF;
		width: 700px;
	}

table.centre {
		margin-left:auto;
		margin-right:auto;
	}

td.footer {
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-color: #000;
		border-style: solid;
		color: #FFF;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 2px;
		padding-top: 2px;
		background-color: #214488;
		text-align: center;
		font-size: 10px;
	}

td.footer a:link, td.footer a:visited {
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
	}

td.footer a:hover {
		color: #FFF;
		font-weight: bold;
		text-decoration: underline;
	}

body.customers .content, body.products .content {
		padding-right: 20px;
		padding-bottom: 10px;
	}

h1 {
		font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.7em;
		font-weight: normal;
		margin-top: 0em;
		margin-bottom: 0em;
	}

h2 {
		clear: both;
		color: #1E3E93;
		font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: normal;
		margin-top: 0.5em;
		margin-bottom: 0em;
		border-bottom: 1px solid #93919C;
	}

h3 {
		clear: both;
		color: #1E3E93;
		font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: normal;
		margin-top: 0.5em;
		margin-bottom: 0em;
		border-bottom: 0px solid #93919C;
	}

p {
		line-height: 1.5em;
		margin: 1em 0em 1.2em 0em;
	}

img {
		border: 0px none;
	}

input, select, textarea {
		border: 0px solid #214488;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		padding-left: 2px;
	}

a {
		color: #00F;
		text-decoration: none;
	}

a:link {
	}

a:visited {
	}

a:active {
	}

a:hover {
		text-decoration: underline;
	}

strong, b {
		font-weight: bold;
	}

.header {
		background-color: #FFF;
		border: #000;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 0px;
		border-left-width: 1px;
		height: 100px;
	}

#logo {
	overflow: hidden;
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	height: 0px !important;
	height: /**/:100px !important; padding-left:0; padding-right:0; padding-top:100px; padding-bottom:0
	}