	body {
	margin: 0px;
	background-color: #464646;
	font-family: Verdana, Arial, sans-serif;
	color: #3B3B3B;
	}
	
	#txtContent {
	font-size: 11px;
	}
	p,td,li#txtContent {
	font-size: 11px;
	}

	h1#txtTitle {
	font-size: 20px;
	color: #4B4A4A;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	}

	A:link {
	color: #0066CC;
	text-decoration: none;
	}
	A:visited {
	color: #0066CC;
	text-decoration: none;
	}
	A:hover {
	color: #0066CC;
	text-decoration: underline;
	}
	A:active {
	color: #0066CC;
	text-decoration: underline;
	}
	
	.txtHead1 {
	font-size: 12px;
	font-weight: bold;
	}

	.noPrint {
	display: none;
	}
	
	#printContactInfo {
	display: block;
	font-size: 11px;
	}