body {
	background-color: white;
	color: #575757;
	font: 12px Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

pre {
	padding: 0;
	margin: 0;
	text-align: left;
	font-family: courier, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #575757;
	background-color: white;
}

p {
	color: #575757;
	font: 12px Arial, sans-serif;
	font-weight: normal;
	line-height: 160%;
	margin: 0;
	padding: 4px 0;
}

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

table {
	margin: 0;
}

th {
	text-align: left;
	font-weight: bolder;
	padding: 0;
	margin: 0;
}

td {
	color: #575757;
	font: 12px Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

tr {
	padding: 0;
	margin: 0;
}

ul {
	border-top: none;
	list-style: disc;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 20px;
	text-align: left;
}

li {
	color: #575757;
	font: 12px Arial, sans-serif;
	font-weight: normal;
	line-height: 160%;
	margin: 0;
	padding: 0;
}

h1 {
	color: #cc0000;
	font: bold 16px arial, sans-serif;
	line-height: 17px;
	margin-top: 3px;
}
h2 {
	color: #cc0000;
	font: bold 15px arial, sans-serif;
	line-height: 16px;
}
h3 {
	color: #cc0000;
	font: bold 14px arial, sans-serif;
	line-height: 15px;
}
h4 {
	color: #cc0000;
	font: bold 12px arial, sans-serif;
	padding: 0px;
	line-height: 13px;
	margin: 0 0 3px 0;
}
h5 {
	color: #575757;
	font: bold 12px arial, sans-serif;
	padding: 0px;
	line-height: 13px;
}
h6 {
	color: #575757;
	font: bold 11px arial, sans-serif;
	padding: 0px;
	line-height: 12px;
}

pre {
	padding: 0;
	margin: 0;
	text-align: left;
	font-family: courier, arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #575757;
	background-color: transparent;
}

address {
	background-color: transparent;
	font: normal 13px arial, sans-serif;
	color: #575757;
	font-weight: normal;
	line-height: 19px;
	margin: 0;
	padding: 0px;
}

ol {
	margin-left: 6px;
	padding-left: 10px; 
}

ol li {
	font: normal 11px Verdana, sans-serif;
	line-height: 1.4em;
	/*letter-spacing: 1px;*/
	list-style-type: decimal;
	margin-left: 5px; 
	padding-left: 0px;
}

ul {
	border-top: none;
	list-style: disc;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 13px;
	padding-left: 0px;
	text-align: left;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a:link, a:visited, a:active {
	background: transparent;
	font: normal 12px arial, sans-serif;
	color: #cc0000;
	font-style: normal;
	text-decoration: underline;
}

a:hover, a:active {
	background: transparent;
	font: normal 12px arial, sans-serif;
	color: #cc0000;
	font-style: normal;
	text-decoration: underline;
}
