@charset "UTF-8";


table {
	border-collapse: collapse;

}
img {
	border: 0px;
}

hover {
	background-color:#990000;
	color:#FFFFFF;
}
.castListLeft {
	text-align: right;
	vertical-align: top;
	font-weight:bold;
}
.castListRight {
	text-align: left;
	vertical-align: top;
}
.castListCenter {
	text-align:center;
	padding: 0px 4px 0px 4px;
	}
.castList  td {
	vertical-align: top;
}
.castList  p {
	margin:6px 0px 0px 0px;
	padding:0px;
	}

.title {
	cursor: pointer;
	background-color:#F0EC9D;
	padding: 5px 5px 5px 5px;
	list-style: outside;
	margin-left: -40px;
	font-weight: bold;
	border: solid #333 4px;
}
.selected {
	color:#FFF;
	background-color: #900;
}
.hover {
	color:#FFF;
	background-color: #990000;
}


.shortPara   {
	margin: 6px 0px 6px 30px
}

.floatRight {
	float:right;
	padding: 5px 5px 5px inherit;
}
.noLine a {
text-decoration:none;
}

.navBar {
	padding: 80px 0px 0px 140px;
}