body{
	margin: 20px 40px 20px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
ul{
	margin: 0px;
	margin-left: 16px;
	line-height: 18px;
}
a{
	text-decoration: underline;
	color: #000000;
}
a:hover{
	color: #BF0000;
}
a img{
	border: none;
}

/* layout */
.full{
	width: 100%;
}
.width{
	width: 800px;
	text-align: left;
}
.center{
	text-align: center;
}
.spacer{
	height: 20px;
}

/* text */
.page_title{
	padding-top: 22px;
	padding-bottom: 22px;
	font-size: 17px;
	font-weight: bold;
}
.page_title a {
	text-decoration: none;
	color: #000000;
}
.page_title a:hover {
	color: #BF0000;
}
.section_title_1 {
	font-size: 14px;
	font-weight: bold;
}
.section_title_2 {
	font-size: 14px;
	line-height: 18px;
}

/* menu */
.menu{
	padding-top: 14px;
}
.menu .spacer{
	padding-left: 20px;
	padding-right: 20px
}
.menu a{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.menu a:hover{
	color: #BF0000;
}
.menu a.over{
	color: #BF0000;
}
.image_menu {
	padding: 0px 20px 15px 0px;
	text-align: right;
}
.image_menu a{
	font-weight: bold;
	text-decoration: none;
}

/* sub-menu */
.submenu{
	padding-top: 14px;
	padding-right: 80px;
}
.submenu .spacer{
	padding-left: 8px;
	padding-right: 8px
}
.submenu a{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.submenu a:hover{
	color: #BF0000;
}
.submenu a.over{
	color: #BF0000;	
}

/* sub-sub-menu */
.subsubmenu{
	padding-top: 7px;
}
.rebuild{
	padding-right: 240px;
}
.modification{
	padding-right: 399px;
}
.subsubmenu .spacer{
	padding-left: 4px;
	padding-right: 4px
}
.subsubmenu a{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.subsubmenu a:hover{
	color: #BF0000;
}
.subsubmenu a.over{
	color: #BF0000;	
}

/* other */
.copyright{
	border-top: 1px solid #BF0000;
	margin-top: 60px;
	padding-top: 7px;
	width: 100%;
	text-align: center;
	font-size: 11px;
}
.caption{
	width: 500px;
	padding-bottom: 7px;
	font-weight: bold;
}