* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
	z-index: 1;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-color:transparent;	
}
:focus {
	outline: 0;
}

h1,h2,h3,h4,h5 {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	color: #363636;
}

h1 a,h2 a,h3 a,h4 a,h5 a {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	color: #363636;
}

a {
	color: #555555;
}

a:hover {
/*	color: #3800fc;  */
	text-decoration: underline;
}
a:visited {
/*	color: #363636;	 */
}

body {
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	background-color: #eeeeee;
	font-size: 11px;
}

br {
	clear: both;
	font-size: 5px;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
ul.children {
	padding-left: 10px;
}
}
