.tableBorder {
	border: 1px solid #666666;

}
.menu {
	border: 1px solid #CCCCCC;
	margin: 5px;
	width: 156px;



}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 2px;
	padding: 2px;

}
.menuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-color: #EEEEEE;
	padding: 4px;
	text-transform: capitalize;
	font-variant: normal;
	text-decoration: none;
	text-align: center;
	width: 150px;
	clear: both;
	display: block;
	float: left;
	background-position: center;
	letter-spacing: normal;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	margin: 2px;
	border: 1px solid #EEEEEE;

}
.menuItem-over {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-color: #EEEEEE;
	padding: 4px;
	text-transform: capitalize;
	font-variant: normal;
	text-decoration: none;
	text-align: center;
	width: 150px;
	clear: both;
	display: block;
	float: left;
	border: 1px solid #999999;
	background-position: center;
	letter-spacing: normal;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	margin: 2px;
}
.footerItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;
	font-variant: normal;
	text-decoration: none;
}
.footerItem-over {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;
	font-variant: normal;
	text-decoration: underline;
}
.border-bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.border-top {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 4px;
	padding: 4px;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	white-space: normal;


}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}
.textField {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #666666;
	background-color: #eeeeee;
	margin: 2px;
	padding: 2px;
	border: 1px dotted #CCCCCC;
}
