.Background {
	background-image: url(images/CLT-BG.png);
	background-position:center;
	background-repeat: repeat-y;
	background-color: #007DC3;
	margin-top:0;
}
.BodyText {font-family: "Times New Roman", Times, serif; font-size: 14px}
.BodyText-BOLD {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #1F557C;
}
.BodyText-BOLD-LARGE {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #1F557C;
}
.Footer {  font-family: "Times New Roman", Times, serif; font-size: 10px}
.HomeBG {
	background-image: url(images/CLT-Header.png);
	background-repeat: no-repeat;
	background-position: top center;
	
}
.listHover {
	color: #1F557C;
	font-style: italic;
	cursor: default;
}
#menu-table {
	width: 175px;
	border: 1px solid #007DC3;
	background-color: #c8e0f1;
}
#menu-table td {
	padding: 3px;
	text-align: center;
}
a.menu-link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a.menu-link:hover {
	color: #007DC3;
}
.menu-link-selected {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #007DC3;
	font-weight: bold;
}