* {
	font-family: "Segoe UI", sans-serif;
	margin: 0;
	padding: 0;
}
body {
	background: #144FB6 url('bg.png') repeat-x;
	padding: 8px;
}
a {
	outline: none;
}
img {
	border: none;
}
h1, h5 {
	color: #FFF;	
	font-weight: bold;
	text-align: center;
}
h4 {
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}
ul {
	list-style: none;
	line-height: 1.3em;
}
li {
	width: 90px;
	display: table-cell;
	text-align: center;
}
li:hover {	
	background: #144FB6;
}
li a {
	display: block;
	color: #FFF;
	font-weight: bold;
}
li a:hover {
	color: #FFEE00;
}
hr {
	margin: 3px auto;
	border: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
th {	
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	background: url('th.png');
	border: solid 1px #000;
	height: 19px;
}
a, td {
	color: #000;
	font-size: 8pt;
	text-decoration: none;
}
tr {
	background: #F7F0D4;
}
tr:hover a {
	color: #FFF;
}
td {
	padding: 2px;
	border: solid 1px #444;
	line-height: 1.5em;
	font-weight: bold;	
}
td a {
	display: block;
}
#container {
	width: 800px;	
	margin: auto;
	border: 1px solid #000;
	border-radius:2px;
}
#header {
	height: 60px;
	background: #1548A5 url('hbg.png');	
}
#linkbar {
	border-top: solid 1px #144FB6;
	border-bottom: solid 1px #000;
	background: #1548A5 url('lb.png');
	height: 22px;
}
#body {
	min-height: 780px;
	padding: 6px;
	background: #EDE9D0 url('bgbody.png');
}
#dbox {
	width: 320px;
	margin: auto;
	padding: 4px;
	border: 1px solid #000;
	background: #F7F0D4;
	text-align: center;
}
#data {
	width: 105px;
}
.name {
	text-align: left;
	padding-left: 2px;
}
.name:hover {
	background: #3366FF;
}
.link:hover {
	background: #33FF66
}
.timg {
	width: 16px;
	float: left;
	padding-right: 2px;
}
.fs {
	color: #3366FF;
}
