/* DEFACTO STYLES FOR OVERRIDING ANNOYING FORMATTING DEFAULTS */
body {
	width: 100%;
	height: 100%;

	margin: 0;
	padding: 0;

	background: white;

	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border-width: 0;
}

h1,h2,h3,h4,h5,h6,ul,ol,li,form,fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
hr {
	color: white;
	height: 0;
	width: 100%;
	overflow: hidden;
	border: none;
	background-color: white;
	margin-bottom: 20px;
}
caption {
	text-align: left;
	border-bottom: 1px solid #CCC;
	padding: 5px 10px;
	background-color: #FFF9E5;
}
blockquote {
	border-left: 2px solid #CCCCCC;
	margin: 4px 0px 2px 5px;
	padding: 3px 5px;
}
abbr {
	border-bottom: 1px dotted #AAA;
}
a {
	color: black;
	/*color: #0074E1;*/
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none !important; color:blue;
}

pre {
	height: 500px;
	background-color: #EEE;
	padding: 10px;
	text-align: left;
	overflow: scroll;
}
p {
	margin:0px; padding:0px; 
}