
/*---------------h2------------------------*/

h2{
	margin:0px;
	margin-top:20px;
	margin-left:50px;
	padding:0px;
	width:800px;
	height:65px;
	font-size:9px;
	line-height:9px;
	text-indent:-10000px;
	color:#FFF;
	background-image:url(img/title.gif);
	background-repeat:no-repeat;
}

/*---------------h3------------------------*/


/*---------------p------------------------*/

p{
margin:0px 0px 25px 200px;
padding:0px 0px 0px 0px;
line-height:22px;
}



/*---------------list------------------------*/

.table{
	width:650px;
	margin:0px 0px 0px 100px;
	padding:0px 0px 0px 0px;
}


ol{
	margin:0px;
	padding:0px 0px 0px 0px;
	line-height:30px;
	list-style:none;
}

li.history{
	margin:0px;
	padding:0px 0px 0px 0px;
	border-bottom:#CCC solid 1px;
	clear:both;
	display:block;
	width:650px;
	background-image:url(../img/li_img.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	text-indent:15px;
}

.underline{
	text-decoration:underline;
}