
	body {
		font-family: verdana, arial, helvetica, sans-serif; 
		margin-top:    50px;
		margin-left:   30px;
		margin-right:  30px;
		margin-bottom: 50px;
	}

	a:link {
		color: #0066FF;
		text-decoration: none;
	}
	a:visited {
		color: #0066FF;
		text-decoration: none;
	}
	a:hover {
		color: white;
		background-color: blue;
	}
	a:active {
		color: red;
	}

	table {
		align: center;
	}
	table.logo {
		margin-top:  50px;
	}

	img.noborder {
		border-width: 0px
	}

	p {
		margin-top:    0;
		margin-left:   1em;
		margin-right:  1em;
		margin-bottom: 0
	}
	p.right {
		text-align: right
	}

	div.right {
		text-align: right;
	}
	div.title {
		font-family: Georgia, "Times New Roman", Times, sans;
		color: #0066FF;
		margin-left: 2em;

	}

	li {
		margin-bottom: 5pt;
	}

	hr {
		height: 5px;
		color: #0066FF;
	}

	h2 {
		font-family: Georgia, "Times New Roman", Times, sans;
		font-size: 130%;
		color: #FF7700;
	}
	h2:first-letter {
		font-size: 160%
	}
	h2:hover {
		background-color: #FF7700;
		color: #FFFFFF;
	}
	h3 {
		font-size: 130%;
		font-weight: normal;
	}
	h4 {
		color: #0066FF;
		margin-left: 1em;
	}
	h4:hover {
		color: #FFFFFF;
		background-color: #0066FF;
		margin-left: 1em;
	}

	b {
		color: #0066FF;
	}
	b:hover {
		background-color: #0066FF;
		color: #FFFFFF;
	}
	b.plain {
		color: #000000;
	}
	b.orange {
		color: #FF2200;
	}
	b.orange:hover {
		background-color: #FF2200;
		color: #FFFFFF;
	}
