@charset "iso-8859-1";
/* CSS Document */

body {
	background-color: #FFF;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: 50px;
}
form {
	margin-left:50px;
}
label {
	font-weight:bold;
	display:block;
}
.textfields, textarea {
	width:500px;
}
textarea {
	height:200px;
}
td {
	vertical-align:top;
	padding:2px 5px;
}
pre {
	font-family: Tahoma, Geneva, sans-serif;
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 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 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */

}
div {
	width: 90%;
	text-justify:auto

}
a:link {
	color: #06F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #03C;
}
a:hover {
	text-decoration: none;
	color: #09F;
}
a:active {
	text-decoration: none;
}

