@charset "utf-8";
/* CSS Document */


/* CSS reset */
/* body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,td,dl,dt,dd, { margin:0; padding:0; } */
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote { margin:0; padding:0; }
body {
	*font-size: small;
	*font: x-small;
}
h1, h2, h3, h4, h5, h6, ul, li, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
table {
/*	border-collapse:collapse;
	border-spacing:0; */
	font-size: inherit;
	font: 100%;
}
ul 	{ list-style: none; }
img { border: 0; }
p 	{ margin: 1em 0; }





/* The following styles add back the styles that were reset */

#mainContent ul {
	margin-left: 15px;
	margin-bottom: 15px;
}
#mainContent li {
	list-style: disc;
	margin-bottom: 5px;
}
p 		{ margin: 0 0 15px 0; }
table 	{ margin: 0 0 15px 0; }

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 0.7em;
	line-height: 1.2em;
	color:#D75600;
/*	color: #B8101D; */
}
h1 {
	font-size: 24px;
	letter-spacing: -0.03em;
	line-height: 24px;
}
h2 {
	font-size: 20px;
	line-height: 20px;
/*	letter-spacing: -0.03em; */
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}


body {
	font-family:"Lucida Grande","Lucida Sans Unicode","Arial",sans-serif;
	font-size: 12px;
/*	line-height: 19px; */
	color: #333;
	padding:0px;
	margin: 0px 0 80px 0;
}