body{
	margin:0 0 0 1px;
	background-image: url(images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color:#FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

.login {
	width:100px;
	font-size:12px;
}
center {
	font-weight:bold;
}
#links {
	text-align:left;
}
		#links a {
			display:block;
			float:left;
			width:170px;
		}	
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function gogetit(site,name,features) 
{
  if(site.indexOf("payment")>0)
  	Payment = window.open(site,name,features);
  else
  	Trailer = window.open(site,name,features);
}

