<style type="text/css">	<!--
	td {
		vertical-align: top;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
	}
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #000000;
		background-image: url(images/background.gif);
		background-color: #FFFFFF;
	}
	.photobar {
		vertical-align: middle;
		height: 45;
		width: 450;
		background-color: #000000;
	}

	.greenbar {
		padding-left: 10;
		background-image: url(images/greenbar.gif);
		color: #FFFFFF;
		font-size: 10px;
		height: 18;
		width: 100%;
		vertical-align: middle;
	}
	.blackbar {
		padding-left: 5;
		color: #1E6879;
		font-size: 10px;
		background-image: url(/images/black.gif);
		background-color: #000000;
		height: 35;
		vertical-align: middle;
	}
	.topshadow
	{
		background-image: url(images/topshadow.gif);
		height: 11;
	}

	.navbar {
		background-image: url(images/navbar.gif);
		height: 236;
		width: 128;
		padding-left: 28;
		padding-top: 20;
		padding-right: 15;
	}

	.content {
		padding-left: 25;
		padding-top: 10;
		width: 600px;
	}
	.footer {
		font-size: 12;
		vertical-align: bottom;
		text-align: center;
		padding-top: 25;
		width: 600px;
	}

	ul {
		list-style-type: none;
		list-style-image: url(images/arrow1.gif);
	}

	h2{

		text-align: center;
	}
	h3{
		color: #1E6879;
	}

	a {
		color: #009966;
		text-decoration: none;
	}


	a:visited {
		color: #4A18BF;
		text-decoration: none;
	}

	a:hover {
		color: #1E6879;
		text-decoration: underline;
	}

	a:active {
		color: #1E6879;
		text-decoration: underline;
	}

	a.nav {
		color: #FFFFFF;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
	}


	a.nav:visited {
		color: #EEEEEE;
		text-decoration: none;
		font-weight: bold;
	}

	a.nav:hover {
		color: #FFFFFF;
		text-decoration: underline;
		font-weight: bold;
	}

	a.nav:active {
		color: #FFFFFF;
		font-weight: bold;
	}
	-->
</style>