/*############################
global reset all styles.
filename: RESET.CSS
Last edit: 13:53 21-7-2008
##############################*/
HTML
{
	height: 100%;
	margin-bottom: 1px;
}
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
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus
{
	outline: 0;
}
TABLE
{
	border-collapse: separate;
	border-spacing: 0;
}
CAPTION, TH, TD
{
	text-align: left;
	font-weight: normal;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: "";
}
BLOCKQUOTE, Q
{
	quotes: "" "";
}
* A:hover, * A:active
{
	outline: none;
}
.clear
{
	clear: both;
	height: 0;
}
LI LI, LI P, TD P, BLOCKQUOTE P
{
	font-size: 1em;
}
.floatleft
{
	float: left;
}
.floatright
{
	float: right;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
IMG
{
	border: 0;
	vertical-align: bottom;
}
P
{
	line-height: 1.5em;
	margin: 0 0 1em;
}
OL, UL
{
	list-style: none;
}
INPUT, SELECT
{
	font-size: 11px;
}
LEGEND
{
	display: none;
}
STRONG
{
	font-weight: bold;
}
.hide
{
	display: none;
}
