* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	color: #000;
	background-color:#fff;
	font-size: 11px;
}

p {
	margin-bottom: 10px;
}

h1 {
	margin-bottom: 11px;
	padding: 0 0 2px 0;
	font-weight: bold;
	font-size: 13px;
	color: #1ea12d;
}

h2 {
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
ul {
	margin: 0 12px 12px 22px;
	list-style-type: disc;
	list-style-position: outside;
}

ol {
	list-style-position: outside;
}

li {
	font-weight: normal;
	margin-bottom: 2px;
}

a {
	color: #1ea12d;
	text-decoration: none;
}

a:hover {
	color: #555;/*#acceaf;*/
	text-decoration: none;
}

table {
	margin: 5px 0 5px 0;
}

td {
	padding: 2px;
}
