/* Tags */
* { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, p, table, ol, ul {
	margin: 1.2em 25px; /*use padding if need 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;}
h4 { font-size: 1em; font-weight: bold; line-height: 1.5em;}
p, td { font-size: .9em; line-height: 1.5em; }
input, select, textarea { font-size: 1.0em; padding: 2px; border: 1px solid #c8c8c5; font-family: Verdana, Arial, Helvetica, sans-serif;}
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: #003366;  /* default link color */}
p a, p a:link, p a:visited, td a, td a:link, td a:visited {text-decoration: underline;}
a:hover {text-decoration: underline;}
img { border: none; margin:0; padding: 0;}	
hr {height: 1px; border: none; border-top: 1px solid #c8c8c5; /* hr color */}

