@charset "iso-8859-1";

/*----------------------------------------
	default
----------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img,abbr {
	border:0;
}

caption,th {
	text-align:left;
}

/*- body -*/
body {
	color:#666;
	font-size:70%; /* IE */
	font-family:verdana, sans-serif;
	line-height:120%;
	text-align:center;
}

html > body {
	font-size:72%;
	/*Change font-size:12px;*/
}

/*- heading -*/
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}

/*- link -*/
a:link {
	color:#00998f;
	text-decoration:none;
}

a:visited{
	color:#00998f;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a[name]:hover {
	text-decoration:none;
}

/*- images -*/
img {
	vertical-align:bottom;
}

/*- list -*/
li {
	list-style:none;
}

/*- horizontal -*/
hr {
	display:none;
}

/*- em -*/
em {
	font-style:normal;
	font-weight:bold;
}

/*- form -*/
form legend {
	display:block;
	position:relative;
	width:1px;
	height:0px;
	font-size:1px; /* for IE */
	line-height:0%; /* for IE */
	text-indent:-9999px;
}

form input {
	font-size:100%; /* IE */
	line-height:140%;
}

html > body form input {
	/*Change font-size:11px;*/
}
