<style>
		.thisbody {
			padding-left: 0px;
			padding-right: 0px;
			padding-top: 0px;
			padding-bottom: 0px;
			margin: 0px;
		}

		h1 {
			font: 14pt Verdana, "Verdana", serif; letter-spacing: 1px;
		}

		td.surround{
			background-color: #b9c4f2;
		}

		td.container{
			background-color: #b9c4f2;
			vertical-align: top;
		}

		td.header{
			background-color: #fff;
			border-bottom: 1px solid #393184;
		}

		td.menu{
			background-color: #fff;
			font-family: arial;
			font-size: 10pt;
			font-weight: bold;
			color: #000000;
			padding-bottom: 5px;
		}

		.menutext a{
			font: 1.0em Verdana, serif;
			font-weight: normal;
			letter-spacing: 1px;
			color: #1e284c;
			text-decoration: none;
		}

		.menutext a:visited {
			font: 1.0em Verdana, serif;
			font-weight: normal;
			letter-spacing: 1px;
			color: #1e284c;
			text-decoration: none;
		}

		.menutext a:hover {
			text-decoration: underline;
		}

		.hometext a{
			font: 1.0em Verdana, serif;
			font-weight: normal;
			letter-spacing: 1px;
			color: #fff;
			text-decoration: underline;
		}

		.hometext a:visited {
			font: 1.0em Verdana, serif;
			font-weight: normal;
			letter-spacing: 1px;
			color: #fff;
			text-decoration: underline;
		}

		.hometext a:hover {

			color: #b9c4f2;
		}
		
		td.body-center{
			background-color: #1e284c;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		
		li{
			list-style-type: circle;
			color:#fff;
			font-weight: normal;
			padding: 1px 2px 1px 2px;
			line-height: 2.2em;
			letter-spacing: 1px;
		}
		
		div.hometext{
			width: 500px;
			color:#fff;		
			font: 0.7em Verdana, serif;
			line-height: 1.8em;
		}
		
</style>