body{
	color: #4d5d58;
	margin: 5%;
	padding: 50px;
	font: 85%/150% arial, helvetica, sans-serif;
	background:  white url(resources/global/upgradeheader.gif) no-repeat  top right;
/*must override this in real stylesheet*/
/*use full url so both ie45mac and nn4 can find it. */
}
/* base selector style rules, relative font sizes */
html {
	font-size: 100%;
	/* IE hack */
}

table { 
	font-size: 100%;
	/* IE hack */
}
select {
	font-size: 100%;
	/* IE hack */
}
input {
font-size: 100%;
/* IE hack */
}
LI LI, LI P, TD P, BLOCKQUOTE P {
font-size:1em;
}
INPUT, SELECT, TH, TD, h1, h2, h3, h4, h5, h6, p {
font-size:1em;

}

a:link {
text-decoration: none;
	font-weight: bold;
	color:#d3a57b;
	font-size:1em;
	}
a:visited {
text-decoration: none;
	font-weight: bold;
	color:#d3a57b;
	font-size:1em;
	}
a:active {
text-decoration: none;
	font-weight: bold;
	color:#d3a57b;
	font-size:1em;
	}
a:hover {
	text-decoration: underline;
	color: #942813;
	}
h1, h2, h3, h4, h5, h6{
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	line-height: normal;
	color: #942813;
	}
h1 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	color: #4d5d58;
	font-size: 1.4em;
	margin-bottom: 0;
	font-weight: normal;
	}
h3 {
	font-size: 1.3em;
	margin-bottom: 0;
	font-weight: normal;
	}
h4 {
	color: #4d5d58;
	font-size: 1.0em;
	margin-bottom: 0;
	font-weight: bold;
	}
h5 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.0em;
	border-bottom: 1px solid #b65d28;
	}
h6 {
	color: #4d5d58;
	font-size: 0.9em;
	margin: 1.2em 0 1.2em 0;
	font-weight: bold;
	text-transform:uppercase;
	}
img {
	border: 0;
	}
p {
margin: 0 0 1.5em 0;
}
