/*########################## Main Page ###########################*/
/* Main Body */
body {
	background-image:url('./images/frontend/bg1.jpg');
	text-align: center;
}

/* Top banner table */
table.banner {
	background-image:url('./images/frontend/bg2.jpg');
	border-color: black;
	border-style: solid;
	border-width: 0px;
	width: 800px;
	text-align: center;
}
/* NAV #############################################################*/
/* The navigation menu table */
table.tnav {
	background-image:url('./images/frontend/bg2.jpg');
	border-color: black;
	border-style: solid;
	border-width: 0px;
	width: 800px;
	text-align: center;
}
/*################################################################*/
img.tmenu{
}
img.tmenu:hover {
	border-color: gray;
}

/* NAV #############################################################*/
/* The iframe container table */
table.frame {
	background-image:url('./images/frontend/bg2.jpg');
	width: 800px;
	height: 1000px;
	vertical-align: middle;
	border-color: black;
	border-style: solid;
	border-width: 0px;
	text-align: center;
}

/* A generic table */
table.generic {
	background-image:url('./images/frontend/bg1.jpg');
	height:100%;
	width: 100%;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}
/* Iframe settings (center_frame) */
iframe {
	border-style: solid solid solid solid;
	border-width: 0px;
	border-color: black black black black;
	height: 100%;
	width: 100%;
}
/* Image borders black */
img {
	border-color:#000;
}
/* User 13pt font throughout */
p {
	font-size: 13pt;
}
/* Except the footer */
p.foot {
font-size: 8pt;
}
/*################################################################*/