﻿body
{
	background-color:Black;
	background-image: url('images/bg.jpg');
	background-repeat:  repeat-x;
	font-family:Arial;
	font-size: 10px;
	color:White;
	
	scrollbar-3dlight-color:transparent; 
scrollbar-arrow-color:gray; 
scrollbar-base-color: maroon; 
scrollbar-darkshadow-color:black; 
scrollbar-face-color:maroon; 
scrollbar-highlight-color:transparent; 
scrollbar-shadow-color:transparent; 
scrollbar-track-color:maroon; 


}

.frametable
{
	background-image: url('images/topBarBg.jpg');
	background-repeat: repeat-x;
}

.gwe a
{
	text-decoration:none;
	color:gray;
	font-family:Arial;
	font-size:10px;
}

.gwe a:hover
{
	color:red;
}

a{color:White;}

a:hover{color:Yellow;}

.ComingSoon
{
	font-color:white;
	font-size:20px;
	font-family:Arial;	
}

.ImageInTextRight
{
	float: right;
	margin-left: 5px;
}
.ImageInTextLeft
{
	float: left;
	margin-right: 5px;
	height: 194px;
	width: 132px;
}