body {
	font-family: arial, Helvetica, sans-serif;
	font-size: 77%; /* initially set to percentage so that ems work without producing miniscule text in IE */
	line-height: 1.3em;
	text-align: left;
	color: #000;
	}
h1, h2, h3, h4, h5, h6 {
	 margin: 0 0 0.4em 0; 
	 color: #ef672f;
	 font-weight: bold;
}
h1 { font-size: 1.3em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }
p { margin: 0 0 1em 0; }
a { 
	text-decoration: none;
	color: #1A4C7F;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #007DC2;
	font-weight: bold;
}
strong { font-weight: bold; }
img { border: none; }
dl {
	margin-bottom: 1em;
}
dl dt, dl dd {
	margin-bottom: 0.2em;
}
dl dt {
	font-weight: bold;
}
ol, ul {
	margin: 0 0 1em 10px;
}
ol li, ul li {
	margin: 0 0 0.4em 10px;
}
img.imgleft {
	float: left;
	padding: 0 10px 10px 0;
}
img.imgright {
	float: right;
	padding: 0 0 10px 10px;
}
span.red { color: red; }
span.blue { color: blue; }
span.green { color: green; }
span.yellow { color: yellow; }
a.pdficon { display: block; padding-left: 20px; background: transparent url(images/pdficon.gif) no-repeat 0 0; line-height: 18px; }
ul.orangearrow {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.orangearrow li {
	list-style: none;
	padding-left: 10px;
	background: transparent url(images/orange_arrow.gif) no-repeat 0 0.2em;
}
