
html { overflow-x:hidden; }
a { outline:0; }
img { outline:0; }

body {
	font-family:"Trebuchet MS",sans-serif;
	font-size:12px;
	margin:0;
}

td, tr{
	font-family:"Trebuchet MS",sans-serif;
	font-size:12px;
	margin:0;
}



input,textarea,select {
	font-family:"Trebuchet MS",sans-serif;
	font-size:11px;
	border:1px solid #666;
}

.submitbutton{
	color:#fff;
	font-weight:bolder;
	border:1px outset #9bb51e;
	background: #9bb51e;
}

a, a:visited, a:active{
	text-decoration:none;
	color:#000;
}

a:hover{
	text-decoration:underline;
}  



.popup
{
	display: block;
	position: absolute;
	z-index: 15;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -100px;
}
.popup TABLE.table_popup
{
	width: 250px;
	border: solid 1px #000000;
	background:#f6f6f6;
}