@charset "utf-8";
/* CSS Document */

body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
	background: #1A2426;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

#bg_image { position: fixed; top: 0; left: 0; z-index: 1; width: 100%; }
#scrollable { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; }

a:link {
	color: #ffff00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffff00;
}
a:hover {
	text-decoration: underline;
	color: #ffff00;
}
a:active {
	text-decoration: none;
	color: #ffff00;
}
body {
	background-color: #000;
	background-image: url('images/bgsq2.gif');
	background-repeat: repeat
}
td img {display: block;}
.cartitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #00FF00;
	
}
.newstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	
}
body, html {

scrollbar-arrow-color: white;

scrollbar-base-color: black;

scrollbar-dark-shadow-color: black;

scrollbar-3dlight-color: black;

scrollbar-face-color: gray;

scrollbar-highlight-color: black;

scrollbar-shadow-color: black;

scrollbar-darkshadow-color: gray;

 }