body{
	margin:0; 
	padding:0; 
	height:100%;
	font:15px times, Verdana, Tahoma, Arial;
	background:url('/images/BG.png') #777777;
}

A:link {text-decoration: none; color: #101010;}
A:visited {text-decoration: none; color: #1F1F1f;}
A:active {text-decoration: none; color: #1F1F1f;}
A:hover {text-decoration: underline; color: #000000;}

A.menuitem:link {text-decoration: none; color: #101010;}
A.menuitem:visited {text-decoration: none; color: #1F1F1f;}
A.menuitem:active {text-decoration: none; color: #1F1F1f;}
A.menuitem:hover {text-decoration: underline; color: #000000;}

img{
	border:0px;
}

.sub{
	border:0px;
}

tr.button {
	font:18px times, Verdana, Tahoma, Arial;
	font-weight:bold;
	cursor:pointer;
}

div.h1 {
	font:20px times, Verdana, Tahoma, Arial;
	font-weight:bold;
	position:relative;
}

div.h2 {
	font:30px times, Verdana, Tahoma, Arial;
	font-weight:bold;
	position:relative;
}

div.h3 {
	font:50px times, Verdana, Tahoma, Arial;
	font-weight:bold;
	position:relative;
}
#header {
	background:url('/images/header.png');
	margin:0 auto 0;
	width:85%;
	height:140px;
	position:relative;
}

#logo {
	background:url('/images/logo.png') no-repeat center;
	width:100%;
	height:100%;
	position:absolute;
}

#menu {
	background:url('/images/bar.png') repeat-x bottom left;
	margin:0 auto 0;
	width:85%;
	height:24px;
	color: #000000;
	text-align:center;
	position:relative;
}

#menu-items {
	padding-top:3px;
}

#content {
	position:relative;
	margin:0 auto 0;
	width:85%;
	height:auto;
	background:#FFFFFF;
}

#footer {
	background:#005ecb;
	margin:0 auto 0;
	width:85%;
	height:24px;
	color:#000000;
	text-align:center;
	position:relative;
}

#copyright {
	padding-top:3px;
}

/* useragents */
table.uainfo {
	border:2px solid #005ecb;
	background:#377ef2;
	margin:0;
	padding:5px;
	position:relative;
}

#cllist {
	border:1px solid #377ef2;
	background:#FFFFFF;
	margin:0;
	padding:0;
	position:relative;
}
#cllist tr.top {
	background:#005ecb;
}
#cllist tr:hover.item {
	background:#5896ce;
	cursor:pointer;
}

#ualist {
	border:1px solid #377ef2;
	background:#FFFFFF;
	margin:0;
	padding:0;
	position:relative;
}
#ualist tr.top {
	background:#005ecb;
}
#ualist tr:hover.item {
	background:#5896ce;
	cursor:pointer;
}