*{
	padding:0px;
	margin:0px;
}

html{
	border:none;
	width:100%;
	height:100%;
	
}

body{
	
	width:100%;
	height:25px;
	overflow:hidden;
	border-top:2px solid #666;
	background-color:#444;
	font-family:arial;
	font-size:11px;
	color:#CCC;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../img/bg_frametop20.gif);
	background-repeat:repeat;
	
}

a{
	font-size:11px;
	color:#CCC;
	
	text-decoration:none;
}

#ttform
{
	position:absolute;
	left:-1000px;
	top:-1000px;
}

img{
	border:none;
	float:left;
}

#stabs{
	position:absolute;
	left:42px;
	width:1200px;
}

#stabs a{
	
	height:20px;
	line-height:20px;
	display:block;
	float:left;
	color:#FFF;
	padding:0px 4px 0px 14px;

	margin:1px 3px 0px 3px;
	background-image:url(../../img/stabclosed.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

#stabs a:hover{
	text-decoration:underline;
}

#stabs a.activestab
{
	padding:0px 4px 0px 16px;
	background-color:#FFF !important;
	background-position:2px center;
	background-image:url(../../img/stabopen.gif);
	color:#000;
	border:1px solid black;
	border-bottom:none;
	font-weight:bolder;
}


