/* CSS Document */
*{
	margin:0;padding:0;border:0;
}
body,td,th{
    margin:0 auto;
	/*background-image: url(../files/images/skyrocket1.gif);*/
    border:0px solid red;
	color: #0066FF;
	font-size: 12px;
	z-index:0;
}
a {
	font-size: 12px;
}
a:link {
	color: #0066ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}
.style1 {font-size: 12px}
#adleft {
	position:absolute;
	padding-left:0px;
	padding-top:0px;
	z-index:-2;
	left: 3px;
	top: 3px;
}
#adright {
	position:absolute;
	right:0px;
	padding-top:0px;
	z-index:-1;
}
#tipbox {
	position:absolute;
   visibility:hidden;
	background:#FFFFCC;
	border:1px solid #FF9900;
	padding:3px;
}

.tbframebgcolor {
	background-color:#FFFFFF;
}

.vbar {FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr='#7D0000',endColorStr='#DE8E95');}

.worldinfo { width:132px;font-size:12px; text-overflow : clip;overflow:hidden;}
	.worldinfo td { white-space:nowrap;}
	.worldinfo a { white-space:nowrap;}