/* Global Styles */

body,td,th {
      font-family: "CalistoMT-Italic", "Calisto MT", "ArialMT", "Arial", sans-serif;
      font-style: italic;
      background-color: #000033;
      background-image: none;
      color: #cccccc;
	font-size: 16px;
}

h2 {
	color: #ABDB37;
	font-size: 24px;
	font-weight: bold;
      font-style: italic; 
	line-height: 36px;
}

a:link {
	color: #E0C965;
	text-decoration: none;
	font-weight: bold;
      font-style: normal; 
}
a:visited {
	text-decoration: none;
	color: #E0C965;
	font-weight: bold;
      font-style: normal;  
}
a:hover {
	text-decoration: underline;
	color: #8430c1;
      font-style: normal; 
}
a:active {
	text-decoration: none;
	color: #999999;
      font-style: normal; 
}

.quote {
	color: #ffffff;
	font-size: 14px;
      font-style: italic; 
}

.eventName {
	color: #ffffff;
	font-size: 18px;
      font-style: normal; 
      font-weight: bold;
	line-height: 19px;
}
.eventDate {
	color: #ABDB37;
	font-size: 16px;
      font-style: normal; 
      font-weight: normal;
	line-height: 17px;
}
.eventInfo {
	color: #ffffff;
	font-size: 14px;
      font-style: italic; 
      font-weight: normal;
	line-height: 15px;
}
p.rental {
	color: #d42a99;
	font-size: 16px;
      font-style: italic; 
      font-weight: bold;
}

.footer {
	color: #ffffff;
	font-size: 14px;
      font-style: normal; 
}

