body { font-family: Helvetica, sans-serif;
       font-size: 10px;
       background-image: url(Images/clouds.jpg); }
.bold { font-weight: bold; }
.header { color: white;
          font-family: Helvetica, sans-serif;
          font-size: 18pt;
          font-weight: bold; }
.XBig { font-family: Helvetica, sans-serif;
        font-size: 18pt;
        font-weight: bold; }
li, td { font-family: Helvetica, sans-serif; font-size: 10px }

#title.th, td {
	border: none;
	}

th, td {
  border: 1px solid black; /* Apply a 1px solid black border to table cells */
  padding: 8px; /* Add some padding for better readability */
}

th { font-family: Helvetica, sans-serif;
     font-size: 10px;
     font-weight: bold; }
.big { font-family: Helvetica, sans-serif;
     font-size: 12px; }
.bigbold { font-weight: bold; font-size: larger }

#BackBtn { visibility: hidden; }
            
#PrintButton {
	position: fixed;
	top: 10;
	left: 10;
        visibility: hidden;
             }

.noPrint { display: none; }

#BadgeContainer {
    width: 8in;
    margin: -200px;
}
