body {
	margin: 5px;
	background: #300 url(../img/bg-earth2.jpg);
	color: #000000; }

a { 
	color: #963; }
a:hover { 
	color: #c96;
	text-decoration: none; }

a.menu {
	font: bold 8pt Georgia, "Times New Roman", Times, serif;
	color: #fc6;
	text-decoration: none; }
a.menu:hover {
	color: #ff9; } 

p {
	font: 12pt Georgia, "Times New Roman", Times, serif; }

blockquote {
	margin: 0 0 10px 0; padding: 5px;
	border: 1px solid #333; border-left: none; border-right: none;
	background: #633 url(../img/bgH2.jpg) center center repeat-y;
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #FCD682; }
blockquote a {
	text-decoration: none;
	border-bottom: 1px solid #B77300;
	color: FCD682; }
blockquote a:hover {
	border-bottom: 1px solid #300;
	color: ff9; }

.center {
	text-align: center; }
.indent {
	margin-left: 50px; margin-right: 50px; }
.smCaps {
	font-variant: small-caps; }

.red {
	color: #f00; }
.grey {
	color: #ccc; }
.gold {
	color: #FCE07B; }

.ari0 { font-family: Arial, Helvetica, sans-serif; font-size: 8pt }
.ari1 { font-family: Arial, Helvetica, sans-serif; font-size: 9pt }
.ari2 { font-family: Arial, Helvetica, sans-serif; font-size: 10pt }
.ari3 { font-family: Arial, Helvetica, sans-serif; font-size: 12pt }
.ari4 { font-family: Arial, Helvetica, sans-serif; font-size: 14pt }
.ari5 { font-family: Arial, Helvetica, sans-serif; font-size: 16pt }

.cour1 {  font-family: "Courier New", Courier, mono; font-size: 10pt}

.geo0 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 8pt}
.geo1 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt}
.geo2 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 11pt}
.geo3 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 13pt}
.geo4 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16pt}
.geo5 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 18pt}

.times0 {  font-family: "Times New Roman", Times, serif; font-size: 9pt}
.times1 {  font-family: "Times New Roman", Times, serif; font-size: 10pt}
.times2 {  font-family: "Times New Roman", Times, serif; font-size: 11pt}
.times3 {  font-family: "Times New Roman", Times, serif; font-size: 13pt}
.times4 {  font-family: "Times New Roman", Times, serif; font-size: 16pt}
.times5 {  font-family: "Times New Roman", Times, serif; font-size: 18pt}

h1 {
	margin-top: 3px; padding: 3px 0;
	background: url(../img/bgH1.jpg) center center repeat-y;
	font: italic bold 20pt Georgia, "Times New Roman", Times, serif;
	color: #633;
	text-align: center; }
h2 {
	padding: 0;
	border: 1px solid #633; border-left: none; border-right: none;
	background: #633 url(../img/bgH2.jpg) center center repeat-y;
	font: italic bold 26px "Times New Roman", Times, serif;
	color: #ffb;
	text-align: center; }
h2 a {
	color: #ffb; }
h3 {
	font: italic bold 16pt "Times New Roman", Times, serif;
	color: #300; }

ul {
	list-style: square url(../_img/bullet-square.gif);
	font: 12pt/1 Georgia, "Times New Roman", Times, serif; }

table.bdr {
	border: 1px solid #333; }
td.bdr {
	border: 1px solid #000; }
td.menu {
	border: 1px solid #633; }

.navbg {
	background: url(../_img/fx/bg-side.jpg) no-repeat; }


form {
	width: 410px;
	margin: 0 auto 1em 90px;
	text-align: left;
	font: 100% "Times New Roman", Times, serif; }
.formLabel {
	padding-left: 3px;
	background: url(../img/bg-tbl.jpg);
	font-weight: bold;
	color: #ff9; }
.formLabel span {
	font-weight: normal; }
.formField {
	margin: 0 0 5px 0; }
.formField span {
	font-size: 90%; }
input, select, textarea  {
	width: 410px;
	padding: 0 0 0 2px;
	border: 1px solid #CBB287;
	background: #E3CCA4;
	font: 100% "Times New Roman", Times, serif; }
select {
	width: auto; }
#state, #zipCode, #country, #vfi, #verCode {
	width: 200px; }
.checkBoxes input {
	width: auto; 
	vertical-align: middle; }
.submit {
	width: 200px;
	margin: 10px 0; padding: 2px 5px;
	border: 1px solid #300;
	border-color: #777 #300 #300 #777;
	background: #633;
	color: #ff9;
	text-decoration: none;
	cursor: pointer; }
