/*global reset*/

html, body, h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0;
	padding: 0;
}
body {
	font-size:86%;
   font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height:1.3;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0.5em 0;
}
fieldset {
	padding:.5em;
	border:0;
}
/*general*/
ul {
	list-style:none;
}
li p {
	margin:0;
}
a img {
	border:0 none;
}
a {
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
	text-decoration:underline;
}
a:active, a:focus {
	outline:none;
}
h1, .componentheading {
	font-size:1.7em;
	font-weight:normal;
	margin:0;
	padding-bottom:0.1em;
}
h2, .contentheading {
	font-size:1.3em;
	font-weight:bold;
   font-family: Arial, Helvetica, Verdana, sans-serif;
	letter-spacing:-0.02em;
}
h3 {
	font-size:1.2em;
	font-weight:bold;
}
h4 {
	font-size:1.1em;
	font-weight:bold;
}
h5 {
	font-size:1.1em;
	font-weight:bold;
}
h6 {
	font-size:1em;
	font-weight:bold;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	margin: 1em 0;
	text-indent:0px;
   font-family: Arial, Helvetica, Verdana, sans-serif;
}
p:first-letter {
}
