body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

p, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding-bottom: 10px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.desc {
	text-align: justify;
}


.item_box_1, .item_box_2, .item_box_3 {
	width: 180px;
	height: 100px;
}

.item_box_1 a {
	color: #657e51;
}

.item_box_2 a {
	color: #4fa2ca;
}

.item_box_3 a {
	color: #3b54a5;
}

.more {
	width: 50px;
	background: url(menu/more.gif) no-repeat 35px 2px;
	text-align: left;
	float: right;
	margin-right: 10px;
}	

.more a {
	text-decoration: none;
	color: #990000;
}

.more a:hover {
	text-decoration: underline;
	color: #990000;
}

#bott_menu {
	height: 22px;
	color: #666666;
}

#bott_menu a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#bott_menu a:hover {
	text-decoration: underline;
	color: #999999;
}