/******************************************************************************
 * Theme: Default - Generic CSS
 *****************************************************************************/
body {
	margin:0px; padding:0px; /* height:100%; */
	font-family: Arial, Helvetica, sans-serif; font-size:12px;
}

/******************************************************************************
 * Generic Formatting
 *****************************************************************************/

/******************************************************************************
 * Debug
 *****************************************************************************/
div.debug {
	text-align:left;
}

div.debug pre {
	font-size:11px;
}