html {
  overflow: scroll;
}

body {
	font-family: verdana;
	font-size: 10pt;
	color: #A0A0A0;
	background-color: white;
	

	scrollbar-face-color: #ffffff; 
	scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #ffffff;

	}
	
.bgimg {
	background-image: url(gx/bgimg.jpg);
	fixed;
	}

.bgcolor {
	background-color: black;
	}
	
table {
 	background-color: white;
	}

a:link {text-decoration: none;
	font-weight: bold;
	color: black;}
a:visited {text-decoration: none;
	font-weight: bold;
	color: black;}
a:hover {text-decoration: line-through;
	color: #B00C0B;}
a:active {text-decoration: none;
	color: green;}


td {
	font-size: 10pt;
	}
	
.tdsmall {
	font-size: 7pt;
	}
.tdsmallbold {
	color: #A0A0A0;
	font-size: 9pt;
	font-weight: bold;
	background-color: #F6F6F6;
	}
	
.tdsmallbold2 {
	color: #A0A0A0;
	font-size: 9pt;
	font-weight: bold;
	background-color: #F6F6F6;
	}
		
.bgbrown {
	background-color: brown;
	}


.bold {
	font-weight: bold;
	color: green;
	}
	
.grenn {
	color: green;
	}
	
.boldred {
	font-weight: bold;
	color: red;
	font-size: 8pt;
	}
	
.margins {
	margin-left: 0px;
	margin-right: 0px;
	}
	
.linethrough {
	text-decoration: line-through;
	font-size:7pt;
	}
	
.nextgig {
	font-size:7pt;
	color: red;
	}
	
.rub {
	font-size:14pt;
	margin-left:15pt;
	margin-right:100pt;
	color: red;
	font-family: arial;
	font-weight: bold;
	text-decoration: blink;
	background: black;
	}
	
.rub2 {
	font-size:10pt;
	margin-left:15pt;
	background: red;
	margin-right:200pt;
	}
.nextgigCANC {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F00;
	text-decoration: blink;
}

	
.border {
	border: solid;
	border-color: gray;
	}
.border_bottom {
	border-bottom: thin solid #000000;
	}
.border_top {
 	border-top: thin solid #000000;
	}
.border_black {
	border: dotted;
	border-color: black;
	}
.border_red {
	border: dotted;
	border-color: red;
	}

