html	{
     overflow: -moz-scrollbars-vertical;
	}

body

	{
	margin:0px;
	background-image:url('WEB.BG.gif');
	background-repeat:repeat-x-z;
	background-color:#000000;
	}

table
	{	
	background: #000000;
	}

table.bottom
	{	
	background: #ebebeb;
	}

A.normal

	{
	color: #000000;
	}

A:link, A:visited
	{ 
	color: #FFFFFF;
	text-decoration: underline;
	}

A:hover
  	{
	text-decoration: none;
	}

table.content	
	{
	padding: 12px;
	}

TD, p, BODY
	{ 
	font-family: "Verdana, Arial, Helvetica";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal; 
	font-style: normal;
	}

hr
	{
	color: #FFFFFF;
	border-style: solid;
	width: 95%;
	height: 1;
	}


select 	{ 
	font-family: "Verdana, Arial, Helvetica";
	font-size: 12px;
	color: #FFFFFF;
	border: 1px #000000 solid;
	background-color: #000000; 
	}

input, textarea
	{
	font-family: "Verdana, Arial, Helvetica";
	font-size: 12px;
	border: 1px #FFFFFF solid;
	color: #FFFFFF;
	background: #000000;
	}

input.check
	{
	border-width: 0;
	color: #FFFFFF;
	background: #DDDDDD;
	height: 15px;
	width: 15px;
	}

input.button, button
	{
	font-family: "Verdana, Arial, Helvetica";
	font-size: 12px;
	border: 1px #666666 outset;
	background-color: #EEEEEE;
	height: 19px;
	margin: 3px;
	}

input.none
	{
	border-style: none;
	width: 20;
	background: none;
	}

input.paypal
	{
	border-style: none;
	background: none;
	}

#glowbg
	{ 
	padding: 0px;
	float: center;
	background: transparent url("background_glow.gif") top center no-repeat;
	background-size: 1500px;
	}
