* {
	background-repeat : repeat-x;
}

p {
	margin:0px;
	padding:0px;
}

body {
	margin: 0px 0px 0px 0px;
	background-position : top;
	background-repeat : repeat-x;
}

body, table {
	font-family: Arial;
	font-size:11px;
	color : #686868;
	line-height : 21px;
	cursor : default;
}

a {
	text-decoration: underline;
	color: #647382;
}

form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

pre
{
	margin:0px;
	padding:0px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.button {
	font-size : 10px;
	font-weight : bold;
	cursor : pointer;
}
