* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	background: #121212;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
th {
	color: #222;
	font-weight: bold;
	text-align: left;
}
a {
	color: #222;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.box {
	padding: 5px;
	width: 100px;
	margin: 3px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #eee;
}
.box:hover {
	border: 1px solid #999;
	background: #ccc;
}
input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #aaa;
	padding: 1px;
	background: #f3f3f3;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	border: 1px solid #aaa;
	padding: 1px;
	background: #f3f3f3;
	cursor: pointer;
}
label, input[type="checkbox"], input[type="radio"] {
	cursor: pointer;
}
img[src="images/menu/div.png"] {
	margin: 0 12px 0 12px;
}
.headerContainer {
	background: url("../images/header-bg.png") repeat-x;
}
.header {
/*	background: url("../images/header.png") repeat-x center top;*/
	width: 755px;
	height: 125px;
	padding-top: 27px;
	text-align: left;
}
.menuContainer {
	background: url("../images/menu.png") repeat-x center top
}
.menu {
	width: 755px;
	height: 41px;
	padding-top: 20px;
}
.bodyTop {
	background: url("../images/body-top.png") no-repeat center top;
	width: 715px;
	padding: 10px 20px 10px 20px;
	text-align: left;
}
.bodyBottom {
	background: url("../images/body-bottom.png") no-repeat center bottom;
	width: 755px;
}
.bodyMiddle {
	background: url("../images/body-middle.png") repeat-y center center;
	width: 755px;
}
.footerContainer {
	background: url("../images/footer.png") repeat-x center top;
}
.footer {
	padding-top: 5px;
	width: 755px;
	height: 79px;
}
.footer td {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}
.title {
	font-weight: bold;
	border-bottom: 1px solid #121212;
	font-size: 16px;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
}
.content {
	text-align: justify;
}
.gt {
	width: 100%;
	border: 2px solid #1d2b12;
}
.gt th {
	text-align: center;
	color: #eee;
	background: #1d2b12;
	padding: 3px;
}
.gt span {
	font-size: 9px;
}
.gt td {
	width: 20%;
	padding: 3px;
}
.paddedTable td {
	padding: 3px;
	vertical-align: top;
}
.paddedTable th {
	padding: 3px;
	vertical-align: top;
}
.even {
	background: #eee;
}
.odd {
	background: #ddd;
}
.even .writeIn {
	background: #eee;
	border: none;
	border-bottom: 2px solid #1d2b12;
}
.odd .writeIn {
	background: #ddd;
	border: none;
	border-bottom: 2px solid #1d2b12;
}
.cat ul ul {
	margin-left: 15px;
	list-style: none;
}
.cat li {
	white-space: nowrap;
}
.cat tr:hover {
	background: #ccc;
}
.cat td {
	vertical-align: middle;
}
.link {
	cursor: pointer;
}
.popup {
	position: fixed;
	width: auto;
	height: auto;
	background: #fff;
	display: none;
	z-index: 10010;
	float: none;
	padding: 3px;
}
/*MENU*/
ul.menu {
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	width:630px
}
ul.menu * {
	margin:0;
	padding:0
}
ul.menu a {
	display:block;
	color:#1d2b12;
	text-decoration:none;
	background:url('../images/menu-spacer.png') center right no-repeat;
	padding-right:30px
}
ul.menu .last {
	background:none;
	padding-right:0px
}
ul.menu a:hover {
	display:block;
	color:#1d2b12;
	text-decoration:underline
}
ul.menu li {
	position:relative;
	float:left;
	white-space:nowrap
}
ul.menu ul {
	position:absolute;
	top:15px;
	left:-10px;
	display:none;
	opacity:0;
	list-style:none;
	border:1px outset #1d2b12
}
ul.menu ul li {
	margin:0
}
ul.menu ul li a {
	display:block;
	padding:3px 7px 5px;
	background:#e8ecd1;
	width:128px;
	font-weight:bold
}
ul.menu ul li a:hover {
	color:#1d2b12;
	background:#f8faef
}
ul.menu ul ul {
	left:128px;
	top:-1px
}
ul.menu .sub {
	padding:3px 7px 3px 15px;
	font-weight:bold;
	width:128px
}
ul.menu .topline {
	background:#e8ecd1;
	padding-top:10px
}
ul.menu .topline:hover {
	background:#f8faef
}
ul.menu .bottomline {
	background:#e8ecd1;
	padding-bottom:10px
}
ul.menu .bottomline:hover {
	background:#f8faef
}
