body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
}

td {
	color: #000000;
	font-family: Arial;
	font-size: 11px
}

/* used exclusively in the navigation menu */

.menu {
	display: block;
	width: 176px;
	height: 28px;
	background: url(../images/img23.jpg) no-repeat;
	text-decoration: none;
	font-family: times new roman;
	font-size: 11px;
	color: #80896A;
}

.menu:HOVER {
	display: block;
	width: 176px;
	height: 28px;
	background: url(../images/img26.jpg) no-repeat;
	text-decoration: none;
	font-family: times new roman;
	font-size: 11px;
	color: #ffffff;
}

.menublue {
	display: block;
	width: 176px;
	height: 28px;
	background: url(../images/imgblue.jpg) no-repeat;
	text-decoration: none;
	font-family: times new roman;
	font-size: 11px;
	color: #ffffff;
}

.menublue:HOVER {
	display: block;
	width: 176px;
	height: 28px;
	background: url(../images/img26.jpg) no-repeat;
	text-decoration: none;
	font-family: times new roman;
	font-size: 11px;
	color: #ffffff;
}

/* used in title of the page contents and in the title of the shared section */

.fnttitle {
	color: #18578A;
	font: bold 24px Arial, Geneva, sans-serif;
}

.fnttitle h3 {
	color: #18578A;
	font: bold 14px Arial, Geneva, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

/* used in the error page */

.fnttitleerror {
	color: #ffffff;
	font-family: verdana;
	font-size: 26px;
	font-weight: bold;
}

/* used in the body of the Exhibitor Info */

.fntexhibitorinfo {
	color: #000000;
	font-family: arial;
	font-size: 12px;
}

.fntexhibitorinfobooth {
	color: #000000;
	font-family: arial;
	font-size: 14px;
}

/* used in the top-right of the page to display the event date and time */

.fnteventdate {
	color: #fff;
	padding-right: 10px;
	font: 12px/14px Arial, Geneva, sans-serif;
}

/* designed by */

.lnkdesign {
	text-decoration: underline;
	color: #000000;
	font-family: arial;
	font-size: 11px;
}

.lnkdesign:hover {
	text-decoration: none;
	color: #000000;
	font-family: arial;
	font-size: 11px;
}

/* used in the Exhibitor Info page */

.lnkback {
	text-decoration: underline;
	color: #18578A;
	font-family: arial;
	font-size: 12px;
}

.lnkback:hover {
	text-decoration: none;
	color: #18578A;
	font-family: arial;
	font-size: 12px;
}

/* used in menu displayed at the bottom of the page*/

.lnkmenu {
	text-decoration: none;
	color: #ffffff;
	font-family: arial;
	font-size: 10px;
}

.lnkmenu:hover {
	text-decoration: none;
	color: #000000;
	font-family: arial;
	font-size: 10px;
}

.fntmenu {
	text-decoration: none;
	color: #ffffff;
	font-family: arial;
	font-size: 10px;
}

.txt {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 10px
}

.btn {
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #767676;
}

.dvBoothReserved {
	border: 1px solid #000000;
	cursor: pointer;
	position: absolute;
	font-family: verdana;
	color: #000000;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}

.dvBoothAvailable {
	border: 1px solid #000000;
	cursor: default;
	position: absolute;
	font-family: verdana;
	color: #000000;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}