/* 
*/


/* DEFAULT 
--------------------------------------------------- */

html { 
	margin: 0; padding: 0;
	width: 100%; height: 100%;
}

body { 
	margin: 0; padding: 0;
	width: 100%; height: 100%;
}

body { /* BACKGROUND */
}

body { /* TEXT */
	font-family: Times, Times New Roman, MS Serif, serif;
	font-size: 13px;
	line-height: 18px;
}

body a {
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

div, span, form, tabel,
a, p, em, h1, h2, h3, h4,
ul, li, ol {
	margin: 0; padding: 0;
}

form, fieldset, legend, select, input, button, submit {
	margin: 0; padding: 0;
}

img {
	border: 0;
}

p {
	text-indent: 0;
}

p + p {
	text-indent: 1.5em;
}

small {
	display: block;
}


