.menuBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	height: 20px;
	background-color: #CCCC33;

}

.footerBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	height: 20px;
	background-color: #CCCC33;

}

.mainTable {
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #666666;
	border-right-color: #666666;
}

.pictureCell {
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #666666;
	border-right-color: #666666;
}

.contactColumn {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

.contactBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}

.textBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}

.textTitle {
	font-weight: bold;
}

.contactHilight {
	color: #CCCC33;
	font-weight: bold;
}

a.menuItem {
	text-decoration: underline;
	color: #000000;
}

a:hover.menuItem {
  text-decoration: none;
	color: #FFFFFF;
}

a.linkItem {
	text-decoration: underline;
	color: #000000;
}

a:hover.linkItem {
  text-decoration: none;
	color: #CCCC33;
}

a.linkItemLite {
	text-decoration: underline;
	color: #000000;
}

a:hover.linkItemLite {
  text-decoration: none;
	color: #CCCC33;
}

.textComment {
	font-weight: normal;
	font-style: italic;
}

.clients td {
  padding: 8px 8px 8px 0;
  vertical-align: top;
  border-bottom: 1px dotted #CCCCCC;
}

.clients td img {
  padding-top: 8px;
}

.unlist {
  display: none;
}
