
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding:0;
	background-color:#FFF;
}

table {
	width:100%;
}

td {
	background-color: #eee;
}

th {
	background-color: #d4e6cc;
}

h1 {
	font-size: 18px;
	margin-bottom:20px;
}

h2 {
	font-size: 14px;
	margin-bottom:15px;
}

p {
	margin-bottom:10px;
}

a {
	color: #6aaa54;
}

div {
	margin: 15px;
}

ul {
	margin-left: 15px;
	margin-bottom: 10px;
}

table#banner {
	width:100%;
	border-collapse: collapse;
}

table#banner tr {
	border: 1px solid #aaa;
	border-bottom: 5px solid #aaa;
}

table#banner th, table#banner td {
	border: none;
}

table#banner th a {
	font-weight:700;
	text-decoration: none;
}

table#banner th {
	text-align:right;
	font-weight:normal;
	background-color:#d4e6cc;
	padding:5px;
}

table#banner th#office {
	text-align:left;
	font-weight:700;
	padding-left:15px;
	width:100px;
}

table#banner th#command {
	text-align:left;
}

table#banner th#command ul {
	margin-left: 15px;
	margin-bottom: 0px;
}

table#banner th#command ul li {
	padding:0 5px;
	border-right: 2px solid #fff;
	display:inline;
}

table#banner th#command ul li:last-child {
	border-right: none;
}

table#banner th#logout ul {
	margin-left: 15px;
	margin-bottom: 0px;
}

table#banner th#logout ul li {
	padding:0 15px;
	border-left: 2px solid #ddd;
	display:inline;
}

table#banner th#logout ul li:first-child {
	border-left: none;
}
