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

body {
	background-color:#FFFFFF;
	color:#000000;
	margin:0;
	padding: 40px;
	font: normal 11pt/140% Verdana, Arial, Helvetica, sans-serif;
	}

p {
	font-size: none;
	}

.thrColFixHdr #printhead {
	display: block;
	}

/* Hide the following items */
.thrColFixHdr #header, .thrColFixHdr #footer, .thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1, .thrColFixHdr #end, .thrColFixHdr #mainContent img, p.highlight1 {
	display: none;
	}

/* headings */	
h1, h2, h3, h4, h5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
line-height:135%;
color:#000000;
	}

h1 {
	font-size:22pt;
	}
h2 {
	font-size:18pt;
	}
h3 {
	font-size:18pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h4 {
	font-size:16pt;
	}
		
h5 {
	font-size:14pt;
	}	
	
/* links black */	
a:link, a:visited, a:active {
	color:#000000;
	font-weight: normal;
	text-decoration: none;
	}