		body, td, div, input, select {
			font-family:			"Verdana", "Helvetica", sans-serif;
			font-size:				9pt;
			color:					#333333;
		}

		small {
			font-size:				8pt;
		}

		a {
			text-decoration:		none;
			color:					#3b5bc3;
		}

		a:hover {
			text-decoration: 		underline;
		}

		dir {
			margin-bottom:			0px;
		}

		form {
			display:				inline;
		}

		input {
			font-size:				8pt;
		}

		img {
			border:					1px #000000 solid;
		}
		
		img.noborder {
			border:					0px;
		}

		h1, h2, h3, h4, h5, h6 {
			margin:					0px;
		}

		h1 {
			font-size:				18px;
		}

		h2 {
			font-size:				16px;
		}

		h3 {
			font-size:				14px;
		}

		h4 {
			font-size:				12px;
		}

		h5 {
			font-size:				10px;
		}

		h6 {
			font-size:				8px;
		}

		h7 {
			font-size:				7px;
		}

		hr {
			border:					1px #000000 solid;
			height:					1px;
			noshade:				noshade;
		}

		ul {
			margin-top:				0px;
			margin-bottom:			0px;
		}

		.bodytable {
			background-color:		#f2f7ff;
			border:					1px #bdd4ff solid;
			width:					100%;
		}

		.header {
			border:					1px #bdd4ff solid;
			height:					100px;
			vertical-align:			bottom;
			background:				url('/images/top.jpg') no-repeat #4d6fc5;
		}

		.header h4 {
			color:					#ffffff;
			text-align:				right;
		}

		.nav {
			font-size:				8pt;
		}

		.navlink {
			border:					1px #f2f7ff solid;

			margin-left:			5px;
			padding:				1px;
			display:				block;
			width:					135px;
		}

		.navlink:hover {
			background-color:		#d6e4ff;
			border:					1px #3b5bc3 solid;
			text-decoration:		none;
		}

		.pagetitle {
			background-color: 		#f5fff2;
			border:					1px #bdd4ff solid;
			text-align:				right;
			font-size:				14px;
			font-weight:			bold;
			margin-bottom:			2px;
			padding:				2px;
		}

		.content {
			background-color: 		#ffffff;
			border:					1px #bdd4ff solid;
			padding:				5px;
		}

		.hr {
			border-bottom:			1px #000000 solid;
			padding-bottom:			2px;
			margin-bottom:			2px;
		}

		.mapquest {
			border:					1px #000000 solid;
			background-color:		#eeeeee;
		}
		
		.copyright {
			color:					#aaaaaa;
			font-size:				8pt;
			text-align:				center;
		}
		
		.copyright:link,.copyright:visited {
			color:					#8794bc;
		}
