body {
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	color: #212121;
}
td {
	font-family: Tahoma;
	font-size: 12px;
	color: #212121;
}
a {
	color: #033AB9;
}
a:hover {
	color: #033AB9;
	text-decoration: none;
}
.blue3 {	
	font-family: Tahoma;
	font-size: 12px;
	color: #043BB8;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #1F6694;
}
.red {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #FF1000;
}
.white_text {
	font-family: Tahoma;
	font-size: 12px;
	color:#FFFFFF;
}
.text {	
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.red_text {	
	font-family: Tahoma;
	font-size: 12px;
	color: #FF0000;
}
.red_text_big {
	font-family: Tahoma;
	font-size: 18px;
	color: #FF0000;
	text-align: center;
}
.l_text {	
	font-family: Tahoma;
	font-size: 9px;
	color: #7C6469;
}
.blue {	
	font-family: Tahoma;
	font-size: 12px;
	color: #3477A4;
}
.blue2 {	
	font-family: Tahoma;
	font-size: 12px;
	color: #0000FF;
}
.domain {
	font-family: Tahoma;
	font-size: 13px;
	color: #256196;
}
input#go {
	background-image: url(images/go_button.gif);
	border: 0px;
	width: 33px;
	height: 19px;
}
.tooltip {
	background-color: #FFFBB8;
	border: 1px solid #FFC30E;
	position: absolute;
	width: 140px;
	padding: 10px;
	font-family: Tahoma;
	font-size: 12px;
	color:#000000;
	display: none;
}
.tracking_id {
	font-family: Tahoma;
	font-size: 12px;
	color:#FFCF81;
	font-weight: bold;
}
.copy {
	font-family: Tahoma;
	font-size: 12px;
	color: #888888;
}
.page_separator {
	display: none;
}
.page_print {
	display: inline;
}

#mainTable
{
	/*filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;*/
}

#pop
{
	width:600px;
	height:400px;
	border:0px solid green;
	display:none;
}