/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */
*, html, body, div, span, object, iframe,
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;
 	vertical-align: baseline;
}

address {
	font-style: normal;
}

img, a img { 
	border: none;
}
a {
	color: #666666;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #ed5748;
}
p {
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.4em;
}
h1 {
	color: #606060;
	font-size: 20px;
	padding-bottom: 10px;
}
h2 {
	color: #606060;
	font-size: 17px;
}
h3, h4 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 14px;
}
sup {
	font-size: 0.7em;
}

/* lists */
ul, 
ul li {
	list-style: none;
}
ul li {
	font-size: 1.1em; 	/* 11px */
}
ul li ul li {	
	font-size: 1em;		/* 11px - inherits parent font-size */
}
ul li a,
ul li p a {
	font-weight: bold;
}
ol {
	margin: 0 0 12px 30px;
}
ol li {
	margin: 0;
	font-size: 1.2em;
	padding-bottom: 6px;
}
ol li.last {
	padding-bottom: 0;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
	font-size: 12px;
	border: 1px solid #cccccc;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { 
	border-collapse: separate; 
	border-spacing: 0;
}
caption, th, td { 
	text-align: left; 
	font-weight: normal; 
}
table, td, th { 
	vertical-align: top;
	font-size: 1.1em;
}
td ul li a {
	color: #ffffff;
	text-decoration: underline;
}
td ul li a:hover {
	text-decoration: none;
}

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