@charset "utf-8";
/* CSS Document */

/*CSS Document

Normalizes margin, padding*/

BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, FIELDSET, INPUT, P, BLOCKQUOTE, TH, TD

{

	margin: 0;

	padding: 0;

}

/*Normalizes font-size for headers*/

H1, H2, H3, H4, H5, H6

{

	font-size: 100%;

}

/*Removes list-style from lists*/

OL, UL

{

	list-style: none;

}

/*Normalizes font-style and font-weight to normal*/

ADDRESS, CAPTION, CITE, CODE, DFN, EM, STRONG, TH, VAR

{

	font-style: normal;

	font-weight: normal;

}

/*Removes borders and spacing from tables*/

TABLE

{

	border-collapse: collapse;

	border-spacing: 0;

}

/*Removes border from fieldset and img*/

FIELDSET, IMG

{

	border: 0;

}

/*Left-aligns text in caption and th*/

CAPTION, TH

{

	text-align: left;

}

/*Removes quotation marks from q*/

Q:before, Q:after

{

	content: '';

}

