.form{
	padding-top:0;
	margin:0
}

.body{
	background-color: #FFFFFF;
}

.link{
	font-family:arial;
	font-size:12px;
	color:blue;
	text-decoration:none;
}

.link:hover{
	text-decoration:underline;
}

#header{
	margin-bottom:8px
}

.menu{
	margin:40px 0 0px 40px;
	width:127px;
	padding:9px 10px 9px 10px;
	border:1px solid #c6c6c6;
	background:white
}

.menu .item{
	line-height:27px;
	background:URL('images/menu.jpg');
	width:127px;
	text-indent:30px;
	display:block;
	overflow:hidden;
	vertical-align:middle;
	margin:1px 0 1px 0
}

.menu .item_sel{
	line-height:27px;
	background:URL('images/menu_sel.jpg');
	width:127px;
	text-indent:30px;
	display:block;
	overflow:hidden;
	vertical-align:middle;
	margin:1px 0 1px 0;
	font-weight:bold
}

.title{
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #000000;
}

.text{
	font-size: 12px;
	font-family: arial;
	color: #000000;
}

.button{
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #000000;
}

.input_text{
	font-size: 12px;
	font-family: arial;
	color: #000000;
}

.frame{
	border:solid #E4E4E4 2px;
}

.box{
	margin-bottom:4px
}

.box .title{
	background:URL('images/box/t.png') repeat-x;
	font-family:Arial;
	color:white;
	font-size:12px;
	font-weight:bold
}

.box .title_link{
	font-family:Arial;
	color:white;
	font-size:12px;
	font-weight:bold;
	text-decoration:none
}

.box .title_link:hover{
	text-decoration:underline
}

.box .content{
	margin-top:8px;
	font-family:Arial;
	color:black;
	font-size:12px
}

.box .link{
	font-family:Arial;
	color:blue;
	font-size:12px;
	font-weight:normal;	
}

.box .link:hover{
	text-decoration:underline
}

.box .c{
	background:URL('images/box/c.png') repeat-x;
}

.box .tl{
	background:URL('images/box/tl.png')
}

.box .tr{
	background:URL('images/box/tr.png') 
}

.box .sb{
	background:URL('images/box/l.png');
	width:1px
}

.box .bb{
	background:URL('images/box/c.png') repeat-x;
	width:11px
}

.box .bl{
	background:URL('images/box/bl.png')
}

.box .b{
	background:URL('images/box/b.png')  repeat-x;
}

.box .br{
	background:URL('images/box/br.png') 
}

#footer{
	background:#e9e9e9;
	padding:5px;
	width:800px;
	margin-top:10px;
	font-family:Arial;
	font-size:12px;
}
