/***********reset global styles**********/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  }

h1, h2, h3, h4, h5, h6{ 
	margin: 0 0 5px 0;
	font-weight: bold; 
	line-height: 120%;
}
h1{ font-size: 1.3em; }
h2{ font-size: 1.2em; }
h3{ font-size: 1.1em; }
h4{ font-size: 0.9em; }
h5{ font-size: 0.8em; }
h6{ font-size: 0.7em; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

p {	
	text-indent: 0; 
	margin: 5px 0; 
	padding: 0;
}
ul{	
	margin: 5px 0; 
	padding: 0 0 0 0px; 
	list-style: none; 
}
ol{	
	margin: 5px 0; 
	padding: 0; 
}
ul li,
ol li ul li{	 
	padding: 0 0 0 17px;
	margin: 2px 0;
	background: url(../images/marker.gif) 0px 5px no-repeat; 
}
ol li{
	padding: 0;
	margin: 2px 0;
}
a:link, a:visited{ 
	color: #464646; 
	text-decoration: underline; 
	cursor: pointer;
	outline: none; 
}
a:hover{ text-decoration: none;} 
a img { border: none; }

input{ vertical-align: middle; }
label{ vertical-align: middle; }

