@charset "UTF-8";
/*
 * basicCommons.css
 *
 * [commons-web]
 * author		Marcel Jänicke
 * modified		-
 * since		23.08.2009
 * version		0.1
 */
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,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html, body, div, span, applet, object, iframe, 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, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
}

body {
    background: #FFF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

h1 {font-size: 1.8em; }
h2 {font-size: 1.6em; }
h3 {font-size: 1.4em; }
h4 {font-size: 1.2em; }
h5 {font-size: 1em; }
h6 {font-size: .8em; }

ol, ul { list-style: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}