@charset "UTF-8";
/* CSS Document */

#content #pad {
	padding: 0 19px;
}

#content h2 {
	padding-top: 20px;
	font-size: 16px;
}

#content .indent {
	text-indent: 15px;
	
}
#content .space {
	padding-top: 15px;
}

#content ul{
	line-height:1.5em;
	width:500px;
	padding-left:10px;
	list-style-type:none;
	}
	
#content ul li{
	padding-top:8px;
	
	}	

#content span{
	font-size: 10px;
	}	
	
	
#content .reset {
	margin: 0px;
	padding: 0px;
}
	
	
	
	
	



#content table.tb {
	margin-bottom: 15px;
	width: 100%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
#content table.tb th, #privacy #content table.tb td {
	padding: 3px 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	vertical-align: top;
	line-height: 1.5em;
}
#content table.tb th {
	background-color: #ebebeb;
	text-align: center;
	vertical-align:middle;
	color: #666;
	white-space: nowrap;
}
#content table.tb td span {
	font-size: 10px;
	color: #666;
}
#content table.tb td ol {
	margin-bottom: 0;
}
#content table.tb td p.att {
	padding-top: 5px;
	font-size: 10px;
}

#content table.note {
	margin-bottom: 15px;
}
#content table.note th, #privacy #content table.note td {
	vertical-align: top;
	font-size: 10px;
	line-height: 1.5em;
	color: #666;
}
#content table.note th {
	padding-right: 5px;
	white-space: nowrap;
	font-weight: normal;
}

#content table.ntb {
	margin-bottom: 15px;
}
#content table.ntb th, #privacy #content table.ntb td {
	padding: 2px 0;
	vertical-align: top;
	line-height: 1.5em;
}
#content table.ntb th {
	padding-right: 5px;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
}

#content table td{
		border-bottom: 1px solid #999;
		border-right: 1px solid #999;
		padding:5px;

}

#content table{
	width:80%;
	}


	