/* --------------------------------------------------------------

	* Resets default browser CSS.

	Based on work by Eric Meyer:
	* meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/* firefox dotted line removal */
a { outline: none; }

/*
-------------------------------------------------------------- */

html, body		{ width: 100%; height: 100%; }
body			{ background: #15638D; }

#intro 			{ width: 100%; height: 100%; position: relative; top: 0; left: 0; z-index: 1; }

#htmlTextSite	{ width: 100%; height: 24px; position: absolute; bottom: 0; left: 0; z-index: 100; display: block;
				border-top: 1px solid #fff; background: #1b6592 url(../imgs/intro/footer-bg.gif) repeat-x;  }

#htmlTextSite p	{ font: 10px Helvetica, Arial, Sans-Serif; color: #fff;
				text-align: center; padding-top: 6px; }

#htmlTextSite a			{ color: #fff; }
#htmlTextSite a:hover	{ text-decoration: none; }