@charset "UTF-8";

/* **************************************
*Since: 2007-11-26
*Modified: 2007-12-03
*Modified: 2008-11-10
************************************** */


/* Reset & Restyle
---------------------------------------------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,table,th,td,form,select,option,address,pre,strong,em{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,sans-serif;
	text-decoration:none;
	line-height:1.5;
	color: #333;
	margin:0;
	padding:0;
	width:160px;
}

body{
	font-size:75%;
	background:#fff;
}

html>/**/body{
	font-size:12px;
}

img{
	border: 0px;
	vertical-align:bottom;
}

ul, ol{
	list-style-type: none;
}

table {
	border: none;
}

th, td {
	padding: 0px;
}

hr{
	visibility:hidden;
	clear:both;
}

a {
	text-decoration: none;
	color:#333;
}

a:hover {	
	color:#000;
	text-decoration: underline;
}


ul{
	padding:5px;
	width:340px;
}

ul li{
	line-height:1.2;
	margin:5px 0px 8px 0px;
	padding:0px 0px 0px 5px;
	width:340px;
}

ul li span{
	font-size:85%;
}

ul li.hide{
	display:none;
}

ul li span{
	color:#666;
	display:block;
}
