body	{
	margin: 6px 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	background-color: #FFFFFF;
	background-image: url(image/bkgrn.jpg);
	background-repeat: repeat;
	}

/* Non Menu Links */
a:link, a:visited, a:active	{ color: #666; text-decoration: none; }
a:hover				{ color: #3366CC; text-decoration: none; }

a.logo-border:link, a.logo-border:visited, a.logo-border:active, a.logo-border:hover			{ color: #090; }


/* Fonts */
.text1		{ color: #F00; font: 38px Tahoma, Geneva, sans-serif; font-weight: bold; font-style: italic; margin: 0; padding: 6px 0; }
.text2		{ color: #060; font: 30px Tahoma, Geneva, sans-serif; font-weight: normal; font-style: normal; margin: 0; padding: 12px 0; font-family: Georgia, "Times New Roman", Times, serif; }
.text3		{ color: #F00; font: 28px Tahoma, Geneva, sans-serif; font-weight: normal; font-style: italic; margin: 0; padding: 4px 0; }
.text4		{ color: #060; font: 22px "Palatino Linotype", "Book Antiqua", Palatino, serif;; font-weight: bold; font-style: normal; }
.text5		{ color: #333; font: 22px "Palatino Linotype", "Book Antiqua", Palatino, serif;; font-weight: normal; font-style: normal; }
.text6		{ color: #00F; font: 24px Tahoma, Geneva, sans-serif; font-weight: normal; font-style: italic; margin: 0; padding: 4px 0; }
.text7		{ color: #F00; font: 20px "Palatino Linotype", "Book Antiqua", Palatino, serif;; font-weight: bold; font-style: normal; }
.text8		{ color: #000; font: 18px arial, verdana, sans-serif; font-weight: normal; }
.text9		{ color: #666; font: 12px arial, verdana, sans-serif; font-weight: bold; }
.text10		{ color: #FFF; font: 12px arial, verdana, sans-serif; font-weight: bold; }
.text11		{ color: #333; font: 24px arial, verdana, sans-serif; font-weight: normal; }
.text12		{ color: #006; font: 38px Georgia, "Times New Roman", Times, serif; font-weight: bolder; font-style: italic; }
.text13		{ color: #006; font: 20px "Palatino Linotype", "Book Antiqua", Palatino, serif;; font-weight: normal; font-style: normal;  margin-left: 20px; padding: 0;}
.text14		{ color: #C00; font: 34px Tahoma, Geneva, sans-serif; font-weight: bold; font-style: italic; margin: 0; padding: 4px 0; }
.text15	{ color: #006; font: 28px Tahoma, Geneva, sans-serif, Palatino, serif;; font-weight: normal; font-style: bold; }
.text16		{ color: #000; font: 12px arial, verdana, sans-serif; font-weight: bold; }


/* Misc */
.just 		{ text-align: justify; }
.pageheight	{ height: 650px; }
.pagewidth	{ width: 900px; }
.page-split	{
		border: #060 0px solid;
		background-color: #060;
		color: #060; height: 2px;
		width: 90%;
		margin-top: 3px;
		margin-bottom: 3px;
		}

.nobreak	{ white-space:nowrap; }


/* IMAGE BORDERS AND IMAGE BACKGROUNDS */

.borders		{ border: #000000 1px solid; }

.bannerborders		{
			border-top: #A1ACBA 1px solid;
			border-right: #A1ACBA 1px solid;
			border-bottom: #A1ACBA 1px solid;
			border-left: #A1ACBA 1px solid;
			}


/* Main Table */
table.maintable {
	padding: 0px 10px 0px 10px; 
	background: #FFFFFF;
	clear: left;
	border-collapse:collapse;
	text-align: center;
}

tr.maintable { 
    vertical-align: middle;
}
td.maintable { 
    vertical-align: middle;
}

td.padmain {
	padding-top: 10px;
	padding-bottom: 6px;
}

a.maintable:link, a.maintable:visited, a.maintable:active, a.maintable:hover { color: #FFF; }

/* Table 2 */
table.twotable {
	margin: 10px 0px 10px 0px;
	padding: 6px 0px 6px 0px; 
	background: #FF6;
	background-image: url(image/bkwood01.jpg);
	background-repeat: repeat;
	clear: left;
	border-collapse:collapse;
	text-align: center;
}

tr.twotable { 
    vertical-align: middle;
}
td.twotable { 
	padding: 0px 0px 10px 0px; 
    vertical-align: middle;
}

.bt1nav { background-color: #39F; border: 1px #000000 solid;} 
.bt2nav { background-color: #3C3; border: 1px #000000 solid;} 

/* Footer Menu */
.footermenu {
	padding: 6px 0 6px 0;
	font-size: 12px;
	color: #060;
	text-align: center;
	margin: 3px;
} 
.footermenu a:link, .footermenu a:visited, .footermenu a:active {
	text-decoration: none;
	color: #060;
	font-weight: normal;
}
.footermenu a:hover {
	color: #FFF; font-weight: normal;
}
