/* Basic CSS reset*/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* Print styles */

h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

h1, 
h2, 
h3, 
h4 {clear: left; margin-bottom: 1em;font-weight:bold;}

#header ul,
input,
button,
#footer,
#tertiary,
#navigation,
.functional,
#financial,
.promo,
.links,
.image,
.gallery,
form.filter,
body.print a.print_highlight,
body.print #flashMessage,
body.print h2,
body.print div.module,
body.print form {
	display:none;
}

#content {
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}

th {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: .25em;
}

td {
	padding: .25em;
}

a,
a img {
	border:0;
}

p, ul {
	margin-bottom:1em;
	line-height: 1.8em;
}

a:link, 
a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
} 

.replaced img {
	display:none;
}

span.replacement {
	display:inline;
}