/*LOGO TEXT*/
.grntext {color: rgb(0,150,0);		/*BACK TEXT*/
	margin-left: 18px;
	font: normal small-caps 60px arial;
	font-weight: bold;}
.whitetext {color: rgb(255,255,255);		/*MIDDLE TEXT*/
	margin-top: -72px;
	margin-left: 13px;;
	font: normal small-caps 60px arial;
	font-weight: bold;}
.blktext {color: rgb(0,0,0);		/*FORE TEXT*/
	margin-top: -72px;
	margin-left: 8px;
	font: normal small-caps 60px arial;
	font-weight: bold;}
/*END LOGO TEXT*/

/*BACKGROUND TABLE*/
.tablenav {text-align:center;		/*BACKGROUND SURROUND INDENT*/
	width:700px;
	border:inset;
	border-width:3px;
	background-color:rgb(150,200,150);}
/*END BACKGROUND TABLE*/

/*WELCOME TEXT*/
.bgtext	{color: rgb(255,255,255);	/*BACK TEXT*/
	margin-left: 14px;
	font-size: 40px;
	font-family: arial black;
	text-align: center;}
.fgtext {color: rgb(180,180,255);	/*FORE TEXT*/
	margin-top: -53px;
	margin-left: 8px;
	font-size: 40px;
	font-family: arial black;
	text-align: center;}
/*END WELCOME TEXT*/

/*BODY TEXT*/
.bodytext {color: rgb(0,255,0);
	font-size: 22px;
	font-family: arial;
	font-weight: bold;}
/*END BODY TEXT*/

	
