* {
	font-family: "Segoe UI", Tahoma, sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	margin: 0;
	padding: 0;
}
body {
	background: #C8D4EF url('body.png');
}
a {
	outline: none;
}
img {
	border: none;
}
h1 {
	color: #FFF;	
	font-weight: bold;
	text-align: center;
}
h2 {
	margin-bottom: 6px;
	font-size: 14pt;
}
h4 {
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}
ul {
	margin-left: 4px;
	margin-right: 4px;
	list-style: none;
	line-height: 1.3em;
}
li {
	padding: 4px 10px 4px 10px;
	display: inline;
	font-weight: bold;
	font-size: 8pt;
	color: #FFF;
}
li:hover {	
	background: #144FB6;
}
li a {
	color: #FFF;
}
li a:hover {
	color: #FFEE00;
}
table {
	width: 98%;
	border-collapse: collapse;
	text-align: center;
	margin: auto;
}
th {	
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	background: url('th.png');
	border: solid 1px #000;
	height: 19px;
}
tr {
	background: #F7F0D4;
}
tr:hover {
	background: #3366FF;
}
a, td {
	color: #000;
	font-size: 8pt;
	text-decoration: none;
}
td {
	border: solid 1px #444;
	line-height: 1.85em;
	font-weight: bold;	
}
td a {
	display: block;
}
tr a:hover {
	color: #FFF;
}
#header {
	width: 100%;
	height: 60px;
	background: #1548A5 url('head.png');
	border-bottom: solid 2px #144FB6;
}
#act {
	background: #144FB6;
}
#container {
	margin: 12px;
	padding: 6px;
	min-width: 850px;
	border: 1px solid #000;
	border-radius: 8px;
	background: #F7F5D8;
	background-color: rgba(247,245,216,0.8);
}
#data {
	width: 120px;
}
.navbox {
	margin: 3px;
	padding: 2px;
	border: 1px solid #144FB6;
	background: #C8D4EF;
	width: 80px;
	text-align: center;
	font-weight: bold;
}
.navbox:hover {
	background: #3366FF;
}
.navbox a {
	display: block;
}
.name {
	text-align: left;
	padding-left: 2px;
}
.timg {
	width: 16px;
	float: left;
	margin-top: 2px;
	margin-right: 4px;
}
.fs {
	color: #FF3366;
}