body {
	font-size: 12px;
	color: #333333;
	text-decoration:none;
	background-image:url(img/bg_orange2.gif);
	background-position:center;
	background-repeat:repeat-y;
	line-height:1.5;
}
body a {
	text-decoration:none;
	color: #003366;
}
body a:hover {
	text-decoration:underline;
	color: #FF6600;
}
.navi {
	font-size: 12px;
	color: #FFFFFF;
}
.navi a{
	color:#FFFFFF;
	text-decoration:none;
}
.navi a:hover{
	color:#FF6600;
}.small {
	font-size: 10px;
}
.list-alpha {
	list-style-type: lower-alpha;
}
.list-roman {
	list-style-type: lower-roman;
}.box {
	margin: 5px;
	line-height: normal;
	text-align: left;
}
