.bottomMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #096908;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	text-decoration: none;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #096908;

}

a:hover {
	text-decoration:underline;
	color: #096908;
}

table.tableStyle{
	border-width: 0px;
	border-spacing: ;
	border-style: inset;
	border-color: gray;	
	border-collapse: collapse;
}
table.tableStyle td {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
}
table.tableStyle th {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
}



table.sample {
	border-width: thin;
	border-spacing: ;
	border-style: solid;
	border-color: green;
	border-collapse: collapse;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
}
