html, body, div, p, table, pre, td, tr, th, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, img, blockquote, iframe {
margin: 0;
padding: 0;
border: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #fff;
	color: #666;
}

th, th a {
	font-weight: bold;
	color: #ffffff;
	background: #15942d;
}

a {
	color: #15942d;
	text-decoration: underline;
}

a img {
	border: none;
	text-decoration: none;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
	color: #15942d;
	margin-top: 5px;
}

h2, h2 a {
	font-size: 13pt;
	font-weight: bold;
	color: #15942d;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #666;
}

h1 {
	margin-bottom: 10px;
}

h2, h3 {
	margin-bottom: 5px;
}

input, select {
	font-size: 9pt;
	color: #666;
}

li {
	margin-bottom: 5px;
	text-align: justify;
}

div.line {
	border-top: 2px solid #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
}

#wrap {
	margin: 0 auto;
	width: 760px;
}

#header {
	margin-top: 10px;
}

#header img {
	display: block;
}

#logo {
	margin-left: 70px;
	float: left;
}

#banner {
	margin: 40px 0 0 105px;
	float: left;
}

#main {
	margin-top: 20px;
	width: 760px;
}

#content p {
	text-align: justify;
}

#content {
	width: 500px;
	float: left;
	margin-left: 20px;
}

#content ul {
	margin-left: 30px;
}

#sidebar {
	width: 240px;
	float: left;
}

#menu {
	margin-bottom: 10px;
	width: 240px;
	list-style: none;
}

#menu li {
	margin-bottom: 2px;
}

#menu a {
	text-decoration: none;
	color: #fff;
	display: block;
	margin-top: 1px;
	padding: 5px 10px 1px 5px;
	height: 20px;
	border: 1px solid #ccc;
	background-color: #37a446;
	font-size: 10pt;
	font-weight: bold;
}

#menu a.active, #menu a:hover.active {
	background-color: #999;
}

#menu a:hover {
	background-color: #15942d;
}

#menu li:hover a {
	color: #fff;
}


#footer {
	margin: 0 auto;
	width: 760px;
	font-size: 8pt;
	color: #666;
	text-align: center;
}


.clr {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#list {
	margin-top: 20px;
}

#list td, #list th {
	padding: 5px 10px;
}

.t_light {
	background: #e1e1e1;
}

.t_transparent {
	background: #f1f1f1;
}

a.nu {
	text-decoration: none;
}