*{
	margin:0 0 0 0;padding:0 0 0 0;
}

body {
	text-align:center;/* box centering */
	font-size:100.01%;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.6;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
}
table {margin : 0;empty-cells: show; font-size:small;}
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}
li { list-style: none; }/* link do not want a dot */
ol li { list-style: decimal; margin:0 0 0 2em; }/* number */

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 3: form setting ===========================
*/
select{ padding-right:10px; }
*+html select{padding-right:0;}/* for IE7&Opera */
* html select{padding-right:0;}/* for IE6 */

/*
===== 3: link setting ===========================
*/
a:link{
	color: #006699;
	text-decoration:underline;
}
a:visited{
	color: #664466;
	text-decoration:underline;
}
a:hover{
	color: #0099cc;
	text-decoration:underline;
}
a:active{
	color: #FF6666;
	text-decoration:underline;
}

p{
	margin:0 0 0.8em 0;
}

