.bottomMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}

a {
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #990000;

}

a:hover {
	text-decoration:underline;
	color: #333366;
}.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 5px;
	font-weight: normal;
	font-variant: normal;
	color: #333366;
}
.bullet {
	color: #333333;
}
.textCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
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;
}