body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	background-color: #FFFFFF;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0px;
}
hr {
  	border: 0;
   	color: #000000;
	background-color: #000000;
	height: 1px;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

a:active {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}
.credit {
	font-size: 9px;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: 1px;
	font-style: italic;
}
.menu {
	line-height: 18px;
	font-size: 9px;
	letter-spacing: 1px;
	border: 1px none #000000;
}

.bimg {
	border: thin solid #CCCCCC;
}

.images {
	font-size: 9px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: 2px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.text {
	color: black;
}
.italics {
	font-style: italic;
}
.cal {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
/*	color: #999286; */ 
}
.small {
	font-size: 9px;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: 1px;
}

html>body tbody.scrollContent {
    display: block;
    height: 220px;
    overflow-x: hidden;
    width: 100%;
}

button {
	border: none;
	background-color: white;

}	

button:hover {
	text-decoration: underline;
	color: #000000;
}

style-8:-webkit-scrollbar-track {
	border: 1px solid black;
	background-color: #F5F5F5;
}

style-8:-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

style-8:-webkit-scrollbar-thumb {
	background-color: #000000;	
}

