body, table, tr, th, td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 13px Verdana, Arial, sans-serif;
	color: #000000;
}
p {
	padding: 0px;
	margin: 0px 5px;
}
table, tr, th, td, img {
	border: 0px;
}
input, select, option, textarea {
	padding: 0px;
	font-size: 13px;
	border: inset 1px;
}
input.button {
	border-style: outset;
	background-color: #000000;
	color: #FFFE03;
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-width: 0px;
	border-style: none;
	border-spacing: 0px;
	empty-cells: show;
}

body {
	text-align: center;
	background-color: #FFE202;
}
#body {
	margin: 50px auto 50px auto;
	width: 920px;
	overflow: hidden;
	display: block;
	background-color: #FFFE03;
	text-align: left;
	/*background: #FFFE03 url(./pics/navi.jpg) top left repeat-y;*/
}
#header {
	background: transparent url(./pics/header.jpg) top left no-repeat;
	width: 920px;
	height: 60px;
}
#main_ {
	display: block;
	width: 920px;
	overflow: hidden;
	background: transparent url(./pics/navi.jpg) top left repeat-y;
}
#main {
	display: block;
	width: 920px;
	overflow: hidden;
	background: transparent url(./pics/footer.jpg) bottom left no-repeat;
	/*min-height: 232px;*/
}
#navi {
	float: left;
	/*width: 180px;*/
	width: 185px;
	height: 100%;
	padding-bottom: 215px;
	padding-top: 5px;
}
#content {
	float: left;
	/*width: 740px;*/
	width: 725px;
	height: 100%;
	padding-bottom: 38px;
	padding-top: 5px;
}
#footer {
	padding-top: 2px;
	font-size: 11px;
	width: 920px;
	background-color: #FFE202;
	color: #000000;
	text-align: right;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 3px 5px 1px 5px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px 0px 5px;
}
a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline overline;
}
#header a {
	display: block;
	width: 920px;
	height: 60px;
}
#navi  a {
	font-size: 11px;
	margin-left: 5px;
	margin-right: 10px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
}
#navi a:hover, #navi a:focus {
	text-decoration: none;
	color: #FFFE03;
}
#navi a.selected, #navi a.selected:hover, #navi a.selected:focus {
	color: #FFE202;
}
#footer a {
	color: #000000;
	font-weight: normal;
}
.h_right { text-align: right; }
.h_left { text-align: left; }
.h_center, .h_middle { text-align: center; }
.v_top { vertical-align: top; }
.v_bottom { vertical-align: bottom; }
.v_center, .v_middle { vertical-align: middle; }
table.data td {
	padding: 2px 10px;
}
.intent {
	padding-left: 20px;
}
.news_row_h {
	background-color: #000000;
	color: #FFFE03;
	padding: 3px 0px;
	text-align: center;
}
.news_row_c {
	padding: 3px 0px;
}
.comment {
	background-color: #FFFE03;
}
.text_small {
	font-size: 11px;
}
.text_smaller {
	font-size: 9px;
}