@CHARSET "ISO-8859-1";
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}	

h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.04em;
	margin-bottom: 7px;
}

h2 {
	color: #f25629;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.04em;
	margin-bottom: 7px;
}

p {
	line-height: 18px;
	margin-bottom: 12px;
}

li {
	line-height: 18px;
}			
a {
	color: #f25629;
	text-decoration: none;
}	
a:visited {
	color: #f25629;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}	