@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 0.625em;
	background: #bbb5a6;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #703083;
	font-weight: bold;
	margin-top: 1em;
}

#content h1 { font-size: 1.8em; line-height: 1.1em; }
#content h2 { font-size: 1.6em; line-height: 1.1em; }
#content h3 { font-size: 1.4em; line-height: 1.1em; }
#content h4 { font-size: 1.2em; line-height: 1.1em; }
#content h5 { font-size: 1.1em; line-height: 1.1em; }
#content h6 { font-size: 1.05em; line-height: 1.1em; }
#content p { margin-top: 1em; }
#content, #footer { line-height: 1.4em; }

/* Icons for links (for CSS3 supportive browsers) */
a[href $= ".pdf"] {
	padding-right: 18px;
	background: transparent url(/corporate/icons/icon_pdf.gif) no-repeat center right;
}

a[href $= ".doc"], a[href $= ".docx"] {
	padding-right: 18px;
	background: transparent url(/corporate/icons/icon_doc.gif) no-repeat center right;
}

a[href $= ".xls"], a[href $= ".xlsx"] {
	padding-right: 18px;
	background: transparent url(/corporate/icons/icon_xls.gif) no-repeat center right;
}

a[href $= ".ppt"], a[href $= ".pptx"], a[href $= ".pps"] {
	padding-right: 18px;
	background: transparent url(/corporate/icons/icon_xls.gif) no-repeat center right;
}

a[href ^= "mailto:"] {
	padding-right: 18px;
	background: transparent url(/corporate/icons/icon_email.gif) no-repeat center right;
}ul.showDots {
	list-style: disc inside;
}
