html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption
{
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
}

* {font-size:1em; font-family: inherit;}

:focus {outline:none;}
body { font-size:75%; font-family:Arial; color:Black; } /* 62.5% (10px), 75% (12px), 87.5% (14px), 100% (16px) */
p {	margin: 0 0 1.5em 0; }

a			{ font-weight:normal; color:#0854A9;	text-decoration:none; }
a:link		{ font-weight:normal; color:#0854A9;	text-decoration:underline; }
a:visited	{ font-weight:normal; color:#0854A9;	text-decoration:underline; }
a:hover		{ font-weight:normal; color:#ED1C24;	text-decoration:none; }
a:active	{ font-weight:normal; color:#0854A9;	text-decoration:none; }

a.h1,a.h2,a.h3,a.h4,a.h5,a.h6,h1,h2,h3,h4,h5,h6
{
	font-weight:bold;
	display:block;
	text-decoration:none;
	color:Black;
}

h1, a.h1, a:link.h1, a:visited.h1, a:hover.h1, a:active.h1 { color:Black; text-decoration:none; font-size: 1.8em; }
h2, a.h2, a:link.h2, a:visited.h2, a:hover.h2, a:active.h2 { color:Black; text-decoration:none; font-size: 1.6em; } /* this is normally skipped? 1.50em */
h3, a.h3, a:link.h3, a:visited.h3, a:hover.h3, a:active.h3 { color:Black; text-decoration:none; font-size: 1.4em; } /* 1.25em */
h4, a.h4, a:link.h4, a:visited.h4, a:hover.h4, a:active.h4 { color:Black; text-decoration:none; font-size: 1.2em; } /* 1.00em */
h5, a.h5, a:link.h5, a:visited.h5, a:hover.h5, a:active.h5 { color:Black; text-decoration:none; font-size: 1.00em; } /* 0.75em */
h6, a.h6, a:link.h6, a:visited.h6, a:hover.h6, a:active.h6 { color:Black; text-decoration:none; font-size: 0.75em; } /* 0.66em WTF? */

fieldset { border:solid 1px; padding:0.25em 0.5em 0.75em; margin: 0 0 1.5em; }
legend { margin:0 0 0 2em; padding:0 1em; }

/*
textarea, input, select { border:solid 1px #ccc; margin:0; padding:0; }
textarea, input { padding:0 .2em; }
input:focus,textarea:focus,select:focus { border:solid 1px black; }
*/
small { font-size:.9em; }

ul, ol, dl { position: relative; padding:0 0 0 1.5em; margin:1.5em 0; }
dir, menu { margin:1.5em 0; }
/* nested lists have no top/bottom margins */
ul ul,   ul ol,   ul dir,   ul menu,   ul dl,
ol ul,   ol ol,   ol dir,   ol menu,   ol dl,
dl ul,   dl ol,   dl dir,   dl menu,   dl dl,
dir ul,  dir ol,  dir dir,  dir menu,  dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl
{
	margin:0;
	padding: 0 0 0 1.5em;
}
hr { margin:0.75em 0; padding:0; }
/* set margin/padding to px for static w/ no scaling */