HTML, body {
	height:100%;
	margin:0px;
	padding:0px
}

BODY, PRE, TD, LI, UL, OL, DL, P{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px
}

a {
	color:#167002;
}

a:hover {
	color:#BD4A0F;
}

.green_cell {
	background-color: #167002;
}

.orange_cell {
	background-color: #FFC53A;
}

.arrow {
	margin:0 20px 0 20px
}

a.menu {
	font-size: 20px;
	font-weight:bold;
	color: #167002;
	text-decoration:none;
}

a.menu:hover {
	font-size: 20px;
	font-weight:bold;
	color: #BD4A0F;
	text-decoration:none;
}



a.menu_over {
	font-size: 20px;
	font-weight:bold;
	color: #BD4A0F;
	text-decoration:none;
}

img.border {
	border:3px solid #F3B010;
}

.part_name {
	color: #BD4A0F;
	font-weight: bold;
	font-size: 30px;
}

.all_center {
	margin-left:20px;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:20px;
	text-align:justify;
}

.center {
	margin-left:20px;

}

.light_cell {
	background-color: #FCEEC7;
	text-align: center;
}

.light_cell {
	background-color: #FCEEC7;
	text-align: center;
}

.dark_cell {
	background-color: #FBE4A3;
	text-align: center;
}