/********************************************************************

General

********************************************************************/

BODY { 
  background: white;
  color: black; 
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
}

.normal {
  font-size: 12px;
}

.small {
  font-size: 11px;
}

.inverse {
  color: white;
}

.large {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
}

.title {
  color: #a00000;
  font-family: "Garamond", "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 52px;
}

.subtitle {
  color: #a00000;
  font-family: "Garamond", "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.heading {
  color: #a00000;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.subheading {
  font-weight: bold;
}

.smallcaps {
  font-variant: small-caps;
}

.error {
  color: red;
}

.top-margin {
  margin-top: .75em;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.bottom-margin {
  margin-top: 0;
  margin-bottom: .75em;
  margin-left: 0;
  margin-right: 0;
}

.sidebar {
  color: white;
  font-family: "Arial", "Helvetica", sans-serif;
}

.pagebreak {
  page-break-before: always;
}

/********************************************************************

Showbill

********************************************************************/

.showbill-title {
  font-family: "Times New Roman", "Times Roman", "Times", serif;
  font-weight: bold;
  font-size: 28px;
}

.showbill-beneficiary {
  font-family: "Times New Roman", "Times Roman", "Times", serif;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
}

.showbill-narrow {
  font-family: "Arial Narrow", "Century Gothic", "Helvetica", sans-serif;
  font-size: 14px;
}

.showbill {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.showbill-small {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
}

.showbill-large {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 16px;
}

/********************************************************************

Navigation Bars

********************************************************************/

TD.inverse {
  background-color: #0000c0;
}

A.topbar:link {
  color: white;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
A.topbar:visited {
  color: white;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
A.topbar:active {
  color: red;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
A.topbar:hover {
  text-decoration: underline;
}

A.sidebar:link {
  color: white;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
A.sidebar:visited {
  color: white;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
A.sidebar:active {
  color: red;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
A.sidebar:hover {
  text-decoration: underline;
}

/********************************************************************

Photos

********************************************************************/

.camera {
  padding: 2px;
}

A:hover .camera {
  border: 1px;
  border-style: solid;
}


/********************************************************************

General Links

********************************************************************/

A:link, A:visited, A:active {
  text-decoration: none;
}
A:hover {
  text-decoration: underline;
}

A.inverse:link {
  color: white;
  font-size: 11px;
}
A.inverse:visited {
  color: white;
  font-size: 11px;
}
A.inverse:active {
  color: red;
  font-size: 11px;
}

A img {
  border: none;
}
