table.forms, table.packets {
	width: 100%;
	margin: 0;
	padding:0;
	border-collapse: collapse;
}

table.forms caption, table.packets caption {
}

table.forms th, table.packets th {
	padding: 4px 4px 4px 10px;
	text-align: left;
	/*
	color: #fff;
	font-weight:bold;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #76080B;
	border-bottom: 1px solid #76080B;
	*/
}
table.forms td, table.packets td {
	padding: 8px 10px 8px 10px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	border-bottom: 1px solid #ddd;
}
table.packets td {
	background-color:#E8F1F6;
}

/* KIOSK NAVIGATION */
#nav {
  font-size:100%;
}
#nav ul {
  list-style:none;
  margin:0;
  padding:0;
  padding-top: 1em;
  background-color: #032233; 
}
#nav li {
  display:inline;  
}
#nav a:link, #nav a:visited {
	/*display:block;*/
	padding: 0.4em 1em 0.4em 4em;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}
#nav a:hover
{
	color: #91d8ff;
}


