	/***** General styles applicable to the entire site *****/

	BODY {font-family: Verdana; }
	A { text-decoration: none; }
	H1 { font-family: Verdana; font-size: 24pt; }
	H2 { font-family: Verdana; font-size: 18pt; }
	H3 { font-family: Verdana; font-size: 14pt; }

	DIV.mainbody {width: 640; padding: 5px; top: 0; left: 0;}

	A:hover {
		text-decoration: underline;
		color: maroon;
	}


	/***** Start custom styles applicable to all pages *****/

	.Navbar { font-size: 8pt; }
	.pgTitle { font-size: 11pt; }
	.btmNavText { font-size: 8pt; }
	.cpyText { font-size: 8pt; }

	.mnuItem {
		width: 100%;
		cursor: hand;
	}



	/***** Styles used on home page only *****/

	.secTitle { letter-spacing: 4px; }
	.blrbTitle { font-size: 8pt; }
	.blrbText { font-size: 8pt; }



	/***** Styles used on forms only *****/

	.frmItem, .frmQuestion { font-size: 8pt; }
	.frmQuestion { height: 17px; }

	.inputText, inputTextOrder, .frmInputText {
		font-size: 9pt;
		font-family: Courier New, Courier, Helvetica;
		border: 1px groove silver;
	}

	.inputText { width: 175px; }
	.inputTextOrder { text-align: right; }

	.inputBtn {
		background-color: lightgrey;
		cursor: hand;
		font-family: Verdana;
		font-size: 10pt;
		font-weight: bold;
		font-variant: small-caps;
		border: 1px solid rgb(0,0,0);
		width: 125px;
	}