body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	background-color: #FFFFFF;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0px;
}
a:link {
	color: rgba(59,19,156,1.00);
	text-decoration: none;
	font-weight: normal;
	}
a:visited {
	text-decoration: none;
	color: rgba(59,19,156,1.00);
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: rgba(124,83,227,1.00);
	font-weight: normal;
	font-style: normal;
}
a:active {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
.credit {
	font-size: 9px;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: 1px;
	font-style: italic;
}
.menu {
	line-height: 18px;
	font-size: 11px;
	letter-spacing: 1px;
	border: 1px none #999900;
}

.bimg {
	border: none;
}

.images {
	font-size: 9px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: 2px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.text {
	color: black;
}
.heading {
	color: black;
  font-size: 13px;
	line-height: 16px;
	background-color: #FFFFFF;
	font-weight: bold;
}
.menutext {
	color: black;
  font-size: 14px;
  letter-spacing: 4px;
}
.italics {
	font-style: italic;
}
.cal {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
/*	color: #999286; */ 
}
.small {
	font-size: 9px;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: 1px;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}
/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  font-size: 11px;
  width: 300px;
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
  padding: 10px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.container {
	margin-left: 0rem!important;
	margin-right: 0rem!important;
}