* {
	margin: 0;
	padding: 0;
}

a {
	color: #0077CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	color: #222222;
	text-align: left;
	line-height: 1.2em;
	font-size: 0.7em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #EEEEEE;
}

input {
	color: #222222;
	font-family: Helvetica, Arial, sans-serif;
}

h1,h2,h3 {
	color: #0077CC;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 2px;
	padding-bottom: 10px;
}

h1 {
	font-size: 2.1em;
	line-height: 25px;
}

h2 {
	font-size: 1.8em;
	line-height: 22px;
}

h3 {
	font-size: 1.4em;
	line-height: 18px;
	letter-spacing: 0px;
}

p {
	line-height: 15px;
	padding-bottom: 10px;
}

img {
	padding-bottom: 10px;
}

li {
	margin-left: 20px;
	line-height: 16px;
	padding-bottom: 7px;
}

.clear {
	clear: both;
}
