body{
	font-family: arial, helvetica, sans-serif;
	background-color:black;
}
div.headerDiv{
	width: 404px;
	background-color: white;
	margin-left: -400px;
	text-align: left;
}
a.navPub{
	display: block;
	background: url(Images/h_nav_pub_on.gif);
	background-repeat: no-repeat;
}
a.navPub:hover img{
	visibility:hidden;
}
a.navJoe{
	display: block;
	background: url(Images/h_nav_joes_on.gif);
	background-repeat: no-repeat;
}
a.navJoe:hover img{
	visibility:hidden;
}
a.navShake{
	display: block;
	background: url(Images/h_nav_shak_on.gif);
	background-repeat: no-repeat;
}
a.navShake:hover img{
	visibility:hidden;
}
div.mainDiv{
	width: 700px;
	background-color: white;
	padding: 25px;
}
div.centeringDiv{
	background-color: white;
	align: center;
}
div.subDiv{
	width: 500px;
	background-color: white;
	padding: 25px;
	text-align: left;
}
div.miniDiv{
	width: 300px;
	background-color: white;
	padding: 25px;
	text-align: left;
}
a.JP{
	color:blue;
	font-size: 12;
}
a.JP:hover{
	color:black;
}
a.PT{
	color:red;
	font-size: 12;
}
a.PT:hover{
	color:black;
}

a.SITP{
	color:#060;
	font-size: 12;
}
a.SITP:hover{
	color:black;
}

.littleNavButtons {
	text-decoration: none;
	color: white;
	background-color: EE0000;
	font-family: arial, helvetica,sans-serif;
	font-size: 20px;
	font-weight: bold;
	width: 160px;
	border: 0;
	margin: 0;
	padding: 10;
}
.actionButtons{
	text-decoration: none;
	font-size: 20px;
	font-family: arial, helvetica,sans-serif;
	color: white;
	background-color: 444444;
	border-style: none;
	margin: 0;
	padding: 0;
}
button:hover{
	cursor: pointer;
}
.ticketTable{
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: white;
	border-collapse: collapse;
	background-color: EEEEEE;
}
.ticketTh{
	color: white;
	background-color: 888888;
	font-family: arial, helvetica,sans-serif;
	font-size: 15px;
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: white;
}
.ticketTd{
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: white;
	background-color: EEEEEE;
}
