@charset "UTF-8";
/* CSS Printer Document begins here */
@media screen {
	p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	#navMenu {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #900;
		float: right;
		line-height: 1.4em;
		padding: 60px 40px 0 0;
	}

	a:link {
		color: #900;
		font-weight: bold;
		background color: #69C;
		text-decoration: none;
	}
	body  {
		background-color:#69F;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #306;
		clear: right;
	}
	h1 {
		color:#900;
		line-height: 2em;
	}
	h2 {
		color: #900;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.4em;
	}
	h3 {
		color: #CCF;
		background:#663;
		width: 13em;
		font-size: 0.85em;
		line-height: 1em;
		text-indent: 1em;
		font-style: italic;
	}


@media print {
	p {
		font-family: "Times New Roman", Times, serif;
	}
	a:link {
		background color: #FFFFFF;
		color: #00000;
		text-decoration: none;
	}
	#navMenu {
		font-family: "Times New Roman", Times, serif
		font-size: 12px;
		color: #00000;
		line-height: 14px;
	}
	IMG {
		display: none;
		
	}
		body  {
		background-color:#FFFFFF;
		font-family: "Times New Roman", Times, serif
		font-size: 1em;
		color: #306;
		clear: right;
	}
	h1, {
		color:#00000;
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;
	}
	h2, h3 {
		color:#00000;
		font-size: 12px
		line-height: 18px;
		font-weight: bold;
	}
	h3 {
		text-indent: 1em;
		font-style: italic;
	}
}
