/* -------------------------------------------------------------- 
  
   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: #646464;
	outline: none;
	text-decoration: none;
}
h1, h2, 
a:hover {
	color: #35824f;
}
p, address {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0;
	padding: 0 0 12px 0;
}
h1 {
	/*font-size: 64px;
	padding-bottom: 10px;*/
}
h2 {
	font-size: 14px;
	padding: 0 0 9px 0;
}
h3 {
	font-size: 12px;
	line-height: 14px;
	padding: 12px 0 0 7px;
}

/* lists */
ul, 
ul li {
	list-style: none;
}
ul li {
	font-size: 1.2em; 	/* 12px */
}
ul li ul li {	
	font-size: 1em;		/* 12px - inherits parent font-size */
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { 
	border-collapse: separate; 
	border-spacing: 0;
}

td {
	margin: 0;
	padding: 0 0 10px 0;
}

caption, th, td { 
	text-align: left; 
	font-weight: normal; 
}
table, td, th { 
	font-size: 12px;
	color: #646464;
}

table, td, th {
	vertical-align: top;
}
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: "" ""; 
}

input, select, textarea {
	color: #646464;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}

textarea {
	width: 258px;
}

select {
	height: 20px;
}
