/* CSS for print devices */

/* ******************************************** */
/* Standard text formatting                     */
/* ******************************************** */
body {
   background: white;
   color: black;
   font-size: 12pt;
   line-height: 15pt;
   margin-left: 0;
   padding-left:0;
}

h1 {
	font-size: 16pt;
	line-height: 24pt;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-weight:700;
	color:black;
	text-decoration:none;
}
		
h2 {
	font-size: 14pt;
	line-height: 18pt;
	line-height: 1.2;
	margin:0px 0px 9px 0px;
	padding:0px;
	font-weight:500;
	color:black;
}
	
h3 {
	color: black; font-size: medium; font-weight: 900;
}

h4 {
	font-family: "Cabin", "MyriadPro-Regular", "Myriad Pro Regular", MyriadPro, "Myriad Pro", "lucida sans", helvetica, arial, verdana, sans-serif;
	color: black; font-size: medium; font-weight: bold; font-style: italic;
}
	
/* ******************************************** */
/* Images                                       */
/* ******************************************** */
img { border: 0;}

/* ******************************************** */
/* Text links formatting                        */
/* ******************************************** */
a:link, a:visited {
   color: #4636BC;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
 
/* ******************************************** */
/* Miscellaneous shortcuts                      */
/* ******************************************** */
div.noprint { display: none; }

