/* Resets. Puts all browsers on the same playing field. */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, select
{
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address
{
	padding: .2em 0 .4em 0;
	text-align: left;
}

a:active, a.active 
{
	outline: none;
} /* Removes dotted area around active <a> tags in Firefox */

a:link
{
	text-decoration: none;
} /* unvisited link */

a:hover
{
	text-decoration: underline;
} /* mouse over link */

body 
{
	font-family: Verdana, Arial, sans-serif;
	font-size: .625em; /* Matches 10px; */
	position: relative; /* Makes sure everything within the body tags are placed relative to the body. */
}

caption, th
{
	text-align:left;
}

dd
{
	margin-left: 2em; 
}

fieldset
{
	padding: .5em;
}

h1
{
	font-size: 1.8em;
} /* Default Size for h1 is 18px - based on an 10px height */

h2
{
	font-size: 1.5em;
} /* Default Size for h2 is 15px - based on an 10px height */

h3
{
	font-size: 1.2em;
} /* Default Size for h3 is 12px - based on an 10px height */

h4
{
	font-size: 1.1em;
} /* Default Size for h4 is 11px - based on an 10px height */

h5
{
	font-size: 1em;
} /* Default Size for h5 is 10px - based on an 10px height */

h6
{
	font-size: .9em;
} /* Default Size for h6 is 9px - based on an 10px height */

img
{
	border: 0;
}

li
{
	list-style: none;
	margin-left: 2em; 
}

q:before, q:after
{
	content: '';
}

sub
{
	vertical-align: text-bottom;
}

sup, sub
{
	line-height: -1px;
	vertical-align: text-top;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

ul
{
	margin: .5em 0;
}
