/*-----------------------------------------------------*/
/* Links                                               */
/*-----------------------------------------------------*/
a {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
}

a:link {
	color: #FF9900;
}

a:hover {
	text-decoration: underline blink;
	color: #333333;
	background-color: #ffffff;
}


a.copyright {
	color: #000000;
}

.copyright {
	font-size: 10px;
	line-height: 11px;
	color: #cccccc;
	font-weight: bolder;
	text-align: center;
}

.welcomeText {
	font-size: 18px;
	font-family: arial;
	color: white;

}

.newsletters {
	font-size: 18px;
	font-family: arial;
	color: white;

}

.bottomLinks{
color: white;
font-family: arial;
font-weight: bolder;
font-size: 14px;
}


.livingston{
color: white;
font-family: arial;
font-weight: bolder;
font-size: 35px;
}

.pictureCaption {
	color: white;
	font-family: arial;
	font-weight: bolder;
	font-size: 20px;
}

.declared{
color: red;
font-family: arial;
font-weight: normal;
font-size: 16px;
}

.programmed{
	color: blue;
	font-family: helvetica;
	font-weight: bold;
	font-size: 10px;
	padding-left: 4px;
}

.pictured{
	color: green;
	font-family: helvetica;
	font-weight: bold;
	font-size: 12px;
	padding-left: 4px;

}

.itemTitle{
	color: black;
	font-family: helvetica;
	font-weight: bolder;
	font-size: 11px;
	padding-left: 0px;
}


#topLogo{
	position: absolute;
	left: 240px;
	top: 3px;
	border: solid black 2px;
	background-color: #000000;
	cursor: hand;
}

.houseCaption {
	color: #FFFFFF;
	font-family: arial;
	font-weight: bolder;
	font-size: 20px;
}

.houseDesc {
	color: #BBBBBB;
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
}

/* ---------------------------------------------*/
/* Show Schedule Info                           */
/* ---------------------------------------------*/
.showCity {
	color: #FFFFFF;
	font-family: arial;
	font-weight: bolder;
	font-size: 20px;
}

.showName {
	color: #FFFFFF;
	font-family: arial;
	font-weight: bolder;
	font-size: 18px;
}

.showDates {
	color: #FFFFFF;
	font-family: arial;
	font-weight: bolder;
	font-size: 16px;
}

.showAddress {
	color: #FFFFFF;
	font-family: arial;
	font-weight: bolder;
	font-size: 16px;
}



