body {
  background-color: #005070;
	margin-left: 8px;
	margin-top: 8px;
	font-family: Verdana, Arial, Helvetica, Sans serif;
}
a:link { color: #004000 }
a:visited { color: #373737 }
a:active, a:hover { color: #800000 }

a.header:link, a.header:visited { color: #005070; text-decoration: none; }

p, li, td, th, tt {
	font-size: 10pt;
}
th { color: #005070 }

table {
	border-collapse: collapse;
}

table.page {
  background-color: #FFFFFF;
	border-top-style: groove;
	border-bottom-style: ridge;
	border-left-style: groove;
	border-right-style: ridge;
}
td.pageHead {
  background-image: url(../images/bg2.gif);
	border-bottom: 1px solid #005070;
}
td.pageFoot {
  background-image: url(../images/bg2.gif);
	border-top: 1px solid #005070;
}
td.body {
  background-image: url(../images/bg1.gif);
	padding: 0px;
}
td.sidebar {
  background-image: url(../images/bg2.gif);
	border-right: 1px solid #005070;
}
  
input, textarea {font-family: Courier, monospace; font-size: small}

select {font-family: Trebuchet MS, Verdana, Arial, Helvetica; font-size: small; color: #003060}

td.header {
	font-size: x-large;
	font-weight: normal;
	color: #005070;
	margin: 0px;
}

p, .bodytext {
	margin: 0px 8px 8px 8px;
}

.spaceBefore { margin-top: 4px; }
.noBottomMargin { margin-bottom: 0px; }
.noTopMargin { margin-top: 0px; }

.center { margin-left: auto; margin-right: auto; }
.red { color:#CC0000; }

ul {
  margin: 0px 12px 9px 24px;
  padding: 0px;
  font-size: small;
}

li {
  margin-bottom: 3px;
}
  
ol {
  margin: 0px 12px 9px 24px;
  padding: 0px;
  font-size: small;
  list-style-type: lower-roman;
  list-style-position: outside;
}

ul.bullet {
  margin-left: 10px;
  list-style: none;
}

ul.bullet li {
  background-image: url(/images/bullet.gif);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0px 0px 3px 20px;
  margin: 0px;
}

h1,.h1 {
  text-align: center;
  font-size: 18pt;
	font-weight: bold;
	color: #005070;
	margin: 16px 8px 8px 8px;
}

h2,.h2,.head2 {
  font-size: 16pt;
	font-weight: normal;
	color: #005070;
	margin: 24px 8px 4px 8px;
}

h3,.h3,.head3 {
  font-size: 12pt;
	font-weight: bold;
	color: #005070;
	margin: 12px 8px 4px 8px;
}

h4,.h4,.head4 {
  font-size: 10pt;
  font-weight: normal;
  font-style: italic;
  color: #000000;
  margin: 8px 8px 0px 8px;
}

.footer {
  color: #FFFFF0;
  font-size: x-small;
}

.diversion {
  background-color: #FFFFF0;
	margin: 10px 20px 10px 30px;
	padding: 8px;
	border: 1px solid #005070;
}

.grey {
	color: #999999;
}

form {
  margin: 0px;
}
  
table.pricing {
  border: 2px ridge #333333;
  margin: 0px 8px 8px 8px;
}

table.pricing > tbody > tr > th {
  background-image: url(/images/bg2.gif);
  border-bottom: 1px solid #333333;
}

table.pricing > tbody > tr > td {
  border-top: 1px solid #333333;
}




