/*** Global
*********************************************************/
* {
	font-size: 100%;
	line-height: 1.2em;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Arial, sans-serif;
	color: #000;
	background: #fff;
}

table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table,
td,
th,
form,
ul,
ol,
dl,
dd,
p {
	margin: 0;
	padding: 0;
}

ul,
ol,
dl,
p {
	margin-bottom: 1.5em;
}

li {
	margin: 0 0 1em 0;
	list-style-type: none;
}

img {
	border: none;
}

a {
	color: #00f;
}

.nowrap {
	white-space: nowrap;
}

.bold {
	font-weight: bold;	
}


/*** Debug
*********************************************************/
.debug {
	border: 1px dashed #f00;
}

.debug td {
	border: 1px dashed #f60;
}

.debug div {
	border: 1px dashed #090;
}


