/* Stretch Leash */
.mainTDLeft {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	width: 120px;
}
.mainTDRight {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}
.menu {
	border-bottom: solid 1px #cccccc;
	font-family: arial;
	font-size: 14px;
	cursor: pointer;
	height: 22px;
}
.menuO {
	border-bottom: solid 1px #cccccc;
	font-family: arial;
	font-size: 14px;
	cursor: pointer;
	background-color: #ff6633;
	height: 22px;
	color: #ffffff;
}
.contentHead {
	font-family: arial;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff6633;
	height: 22px;
}
.footer {
	font-family: arial;
	font-size: 11px;
}
.links {
	color: #ff3366;
	text-decoration: none;
	border-bottom: dotted 1px #ffa500;
}
.links:hover {
	border-bottom: solid 1px #ffa500;
}
.contentTxt { 
	font-family: arial;
	font-size: 13px;
}
.orange {
	font-family: arial;
	font-size: 13px;
	color: #ff6633;
}
.button {
	border: solid 1px #ffa500;
	color: #ff6633;
	background-color: #ffFFFF;
	cursor: pointer;
}