.mainTable {
	border: thick solid #2064C5;
	background-color: #FFFFCC;
}

.bottomTable {
	background-color: #2064c5;
	}

body {
	background-color: #46638b;
	background-image: url(images/adTreasureChestFLAT.jpg);
	}
	
.frontNav,
a.frontNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2064C5;
	text-decoration: none;
}

a.frontNav:hover {
	text-decoration: underline;
	}
	
.normalText,
.bottomText,
a.bottomText,
a.normalText,
.normalTextSmall,
.normalTextBold,
.bioText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}

.bioText {
	line-height: 30px;
	}
	
.bottomText,
a.bottomText {
	font-size: 10px;
	color: #ccc;
	}
	
.normalTextSmall {
	font-size: 10px;
	}

a.normalText {
	color: #669
	}

.normalTextBold {
	font-weight: bold;
	}	

.onPageIndicator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #669;
}

a:hover {
	color: #f00;
	text-decoration: none;
	}
	
.theFinger {
	cursor: pointer;
	}


