/* Tags */
h1, h2, h3, h4, h5, h6, p, table, ol, ul, div, blockquote, li, hr, br, dt, dd, dl { margin: 0; padding: 0; border: none; }
h1, h2, h3, p, table, ol, ul {
	margin: 1em 15px; /*use padding to avoid margin-collapse*/
	padding: 0;
	font-weight: normal;
	position: relative;
}
h1 { font-size: 1.6em; line-height: 2em; }
h2 { font-size: 1.4em; line-height: 1.8em}
h3 { font-size: 1.2em; font-weight: bold; line-height: 1.5em; color: #ff8004}
h4 { font-size: 1em; font-weight: bold; line-height: 1.5em;}
p, td { font-size: 1.0em; line-height: 1.5em; }
/*input, select, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.0em; line-height: 1.5em; border: 1px solid #gray; padding: 2px 0;}*/
form, tr { font-size: 1em;} /*lc*/
form td {padding: 2px 0;} /*lc*/
input, select, textarea { border: 1px solid #606114;}
td {padding: 2px;}
ol, ul { padding: 0 0 0 15px;}
li { font-size: 1.0em; line-height: 1.2em; } 
strong {font-weight: bold;}
em {font-style: italic;}
a, a:link, a:visited {	text-decoration: none; color: #606114;  /* default link color */}
a:hover {text-decoration: underline;}
img { border: none; }	
hr {height: 1px; border: none; border-top: 1px solid #ff9804; margin: 3px 0; /* hr color */}


/* LC adjustments */
table, td {margin: 0; padding: 0} /* because of all the width 100% tables and tables within TDs in the templates */
form, table { font-size: 1em;} /*For some reason, ie needs this or type gets larte */
form td {padding: 2px 0;} /*lc*/
