* {	margin:0; padding:0; }

body {
	text-align:center;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
}


div { text-align:left; }

span { }

table {	border:0; }
th { }
tr { }
td { }

img { margin:0; padding:0px; border:0px none; }

a:link, a:visited { color:#0707bc; text-decoration:none; }
a:hover { color:#ec6901; text-decoration:underline; }

h1 { font-size:2em; font-weight:normal; }
h2 { font-size:1.4em; font-weight:normal; color:#FFFFFF}
h3 { font-size:1.2em; font-weight:normal; }
h4 { font-size:1em; font-weight:normal; }
h5 { font-size:0.9em; font-weight:normal; }
h6 { font-size:0.75em; font-weight:normal; }

ul { list-style:none; }
li { }
ol { }
pre {
	margin:0;
	padding:0;
	overflow:hidden;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	word-break: normal;
}
