body,html {
	scrollbar-face-color: #73A23C;
	scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color: white; 
	scrollbar-3dlight-color: Black; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #A7BE8F; 
	scrollbar-arrow-color: #99403A;
}
body, td {
	font-family : Arial, Verdana, Times New Roman, Times, serif;
	font-size: 10pt;
	font-weight: strong;
	color: #000000;
}
table {
	border: 0px;
}
td {
	padding-top: 2%;
}
table.rel_issues_image, table.rel_issues_image td {
    border-collapse: collapse;
    border: 0px;
}
table.rel_issues_image {
    margin-bottom: 1px;
}
table.rel_issues_image td {
    padding: 1px 1px;
    background: transparent;
}
table.rel_issues, table.rel_issues td {
    border-collapse: collapse;
    border: 1px dotted #336600;
}
table.rel_issues {
    margin-bottom: 1px;
}
table.rel_issues td {
    padding: 1px 1px;
    background: transparent;
}
table.rel_issues tr {
    padding: 1px 1px;
    background: transparent;
}
table.two {
	table-layout: fixed;
}
a {
	text-decoration: underline;
}
a:hover {
	color: #8000ff;
	text-decoration: underline;
	font-style:italic;
}
a:link {
	color: #8000ff;
	text-decoration: underline;
}
a:visited {
	color: #8000ff;
	text-decoration: underline;
}
a:active {
	color: #8000ff;
	text-decoration: underline;
}
div#text {
	margin-left: 7px;
	margin-right: 7px;
	FONT-SIZE: 10pt;
}
div#lbl {
	font-family : Times New Roman, Arial, Times, serif;
	font-size: 13pt;
	font-weight: bold;
}
hr {
	height:1px;
	color: #8000ff;
}
div#search-box {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.tinytableopacity    {
	FONT-SIZE: small;
	FONT-FAMILY:sans-serif;
	background: transparent;
}
.tinytableopacity TD {
	border:1px solid black;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
.nodisplay		{
	display:none;
}
.tinytableopacityinfo    {
	FONT-SIZE: small;
	FONT-FAMILY:sans-serif;
	background: transparent;
}
.tinytableopacityinfo TD {
	border:1px solid black;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 10;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #BCE18D;
padding: 5px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
content: attr(title) " (" attr(href) ")";
top: 0;
left: 100px; /*position where enlarged image should offset horizontally */

}
