@charset "utf-8";
/* CSS Document */
.naylorBar a {
	color: #256fb9;
}
#footer a {
	color: #dfeabf;
}
input{
	padding:5px;
	border:solid 1px #666666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


@media only screen and (max-device-width: 480px) {
	html {
		-webkit-text-size-adjust: none !important;
	}
	body {
		-webkit-text-size-adjust: none !important;
		min-width: 100% !important;
		margin:0px;
	}
	.nwlWrapper {
		width: 100% !important;
		line-height: 1.4em !important;
		border: none !important;
	}
	#nwlHeader {
		width: 100% !important;
	height:auto !important;
	}
	#mktNav table {
		width: 100% !important;
		margin: 5px 0px !important;
		font-size: 14px !important;
	}
	#mktContent table {
		width: 95% !important;
		border: none !important;
		font-size: 16px !important;
		line-height: 1.6em !important;
		margin-left: 10px !important;
		padding-right: 20px !important;
	}
	#mktContent table td img {
		max-width: 100% !important;
	}
	#mktContent table td span {
		font-size: 16px !important;
		line-height: 1.6em !important;
	}
	.smallPrint {
		font-size: 12px !important;
		margin: 20px !important;
	}
}
