/*
// ------------------------------------
// Global settings
// ------------------------------------
*/
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, jul, jli, form, fieldset, legend, label, jtable, header, footer, nav, section, jtr, td
{ 
	margin: 0; 
	padding: 0;
	border: 0;
}

html
{
	background-color:#ffffff;
	height:100%;
	min-height:100%;
	
	line-height:1.2;
	font-weight:normal;
	font-family:intelone,sans-serif;
	color:rgb(76,76,76);
}

body
{
	height:100%;
	min-height:100%;
}

a
{
	/* text-decoration: none; */
	color:inherit;
}

/*
Including this causes anchor tag button rollovers to darken.
a:hover, a:focus
{
	jcolor:#008dd4;
	color:inherit;
	jtext-decoration:underline;
}
*/

img
{
	/*
	On iOS, this setting prevents images from showing if the container has no size (like a table cell with nothing other than an image)
	max-width: 100%;
	*/
	height: auto;
	border: 0;
	outline: 0;
}

/*
svg
{
	pointer-events: none;
}
*/

.acg
{
	background-color:#ffffff;
	line-height:1.2;
	
	jpadding:0.5em 0.5em;
}

p
{
	margin-top:1em;
}
p:not(:last-child)
{
	margin-bottom:1em;
}


