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


/* It is common to set printer friendly styles such as a white background with black text. */
body {
	background-color: #fff;
	background-image: none;
	border-color: #000; /* Sets the border color properties for an element using shorthand notation */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


[if IE 5]>
<style type="text/css"> 
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #leftColumn1 {
  width: 220px;
}
h1 {
	color: #EAEFF5;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
/* Commonly used to style section titles. */
h2 {
	color: #0D2139;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}
</style>
<![endif]
