/* -------------------------------------------------------------- 
  
   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;
}

img, a img { 
	border: none;
}
a {
	color: #A9A9A9;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
p {
	font-size: 11px;
	margin: 0;
	padding: 0 0 12px 0;
}
h1 {
	color: #ffffff;
	font-size: 28px;
	padding: 6px 0 0 10px;
	text-transform: uppercase;
}
h2 {
	color: #a60a15;
	font-size: 14px;
	text-transform: uppercase;
}
h3, h4 {
	font-weight: bold;	
	padding: 0 0 6px 0;	
	text-transform: uppercase;
}
h3 {
	font-size: 13px;
	color: #000000;
}
h4 {
	font-size: 13px;
	color: #ffffff;
}


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 */
}


/* 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: 11px; 
}
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: "" ""; 
}




